3 overrides of LabelCount
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\SyntaxComparer.cs (1)
687
protected internal override int
LabelCount
Microsoft.CodeAnalysis.VisualBasic.Features (1)
EditAndContinue\SyntaxComparer.vb (1)
887
Protected Overrides ReadOnly Property
LabelCount
As Integer
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
21
protected internal override int
LabelCount
1 reference to LabelCount
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\Match.cs (1)
37
var labelCount = comparer.
LabelCount
;