7 references to HasLabel
Microsoft.CodeAnalysis.Workspaces (7)
Differencing\AbstractSyntaxComparer.cs (7)
68
while (parent != null && !
HasLabel
(parent))
100
if (
HasLabel
(child))
108
if (
HasLabel
(descendant))
117
=> !IsLambdaBodyStatementOrExpression(node) && !
HasLabel
(node);
129
if (
HasLabel
(node))
136
if (
HasLabel
(descendant))
151
if (descendantNode != null &&
HasLabel
(descendantNode))