2 overrides of GetLabel
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\AbstractSyntaxComparer.cs (1)
200protected internal override int GetLabel(SyntaxNode node)
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
51protected internal override int GetLabel(TestNode node)
5 references to GetLabel
Microsoft.CodeAnalysis.Workspaces (5)
Differencing\Match.cs (5)
43if (comparer.GetLabel(knownMatch.Key) != comparer.GetLabel(knownMatch.Value)) 82var label = comparer.GetLabel(node); 223Debug.Assert(Comparer.GetLabel(ancestor1) <= Comparer.GetLabel(node1));