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