1 write to _nodes
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\Collections\NodeSnapshot.cs (1)
35_nodes = nodes;
3 references to _nodes
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\Collections\NodeSnapshot.cs (3)
80get { return _nodes.Length; } 87if (index < 0 || index >= _nodes.Length) 92var node = _nodes[index];