1 write to _nodes
Microsoft.CodeAnalysis.CodeStyle (1)
BKTree.cs (1)
61
_nodes
= nodes;
6 references to _nodes
Microsoft.CodeAnalysis.CodeStyle (6)
BKTree.cs (3)
73
if (
_nodes
.Length == 0)
88
Lookup(
_nodes
[0], lowerCaseCharacters, value.Length, threshold.Value, result, recursionCount: 0);
143
Lookup(
_nodes
[_edges[i].ChildNodeIndex],
BKTree.Edge.cs (1)
15
/// <summary>Where the child node can be found in <see cref="
_nodes
"/>.</summary>
BKTree.Serialization.cs (2)
20
writer.WriteInt32(
_nodes
.Length);
21
foreach (var node in
_nodes
)