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