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)
80
get { return
_nodes
.Length; }
87
if (index < 0 || index >=
_nodes
.Length)
92
var node =
_nodes
[index];