1 write to EdgeCount
Microsoft.CodeAnalysis.CodeStyle (1)
BKTree.Builder.cs (1)
255_builderNodes[currentNodeIndex].EdgeCount++;
4 references to EdgeCount
Microsoft.CodeAnalysis.CodeStyle (4)
BKTree.Builder.cs (4)
146var edgeCount = builderNode.EdgeCount; 213AddChildNode(characterSpan, insertionIndex, currentNode.EdgeCount, currentNodeIndex, editDistance); 264var end = start + Math.Min(currentNode.EdgeCount, CompactEdgeAllocationSize); 279Debug.Assert(currentNode.SpilloverEdges.Count == (currentNode.EdgeCount - CompactEdgeAllocationSize));