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