2 writes to _elements
Microsoft.VisualStudio.LanguageServices.Implementation (2)
CodeModel\Collections\CodeElementSnapshot.cs (2)
32_elements = elementsBuilder.ToImmutableAndFree(); 36=> _elements = elements;
3 references to _elements
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\CodeElementSnapshot.cs (3)
40get { return _elements.Length; } 47if (index < 0 || index >= _elements.Length) 52return _elements[index];