5 references to HasLabel
Microsoft.CodeAnalysis.CSharp.Features (3)
EditAndContinue\SyntaxComparer.cs (3)
733ignoreChildFunction = childKind => childKind == SyntaxKind.Block || childKind == SyntaxKind.ArrowExpressionClause || HasLabel(childKind); 746ignoreChildFunction = childKind => HasLabel(childKind); 762&& SyntaxFactory.AreEquivalent(left.Statements, right.Statements, ignoreChildNode: HasLabel);
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (2)
266TestErrorSpansAllKinds(SyntaxComparer.Statement.HasLabel); 267TestErrorSpansAllKinds(SyntaxComparer.TopLevel.HasLabel);