2 overrides of LabelCount
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxComparer.cs (1)
696
protected internal override int
LabelCount
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
19
protected internal override int
LabelCount
1 reference to LabelCount
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Match.cs (1)
32
var labelCount = comparer.
LabelCount
;