2 writes to _elements
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\CodeElementSnapshot.cs (2)
34_elements = elementsBuilder.ToImmutableAndFree(); 38=> _elements = elements;
3 references to _elements
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\CodeElementSnapshot.cs (3)
42get { return _elements.Length; } 49if (index < 0 || index >= _elements.Length) 54return _elements[index];