8 references to Statement
Microsoft.CodeAnalysis.CSharp.Features (6)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (4)
211if (isBody || SyntaxComparer.Statement.HasLabel(node)) 454return SyntaxComparer.Statement.ComputeMatch(oldBody, newBody, knownMatches); 574=> SyntaxComparer.Statement.GetLabel(node1) == SyntaxComparer.Statement.GetLabel(node2);
EditAndContinue\DeclarationBody\InstanceConstructorDeclarationBody.cs (1)
104? SyntaxComparer.Statement.ComputeMatch(oldRoot, newRoot, knownMatches)
EditAndContinue\DeclarationBody\PropertyOrIndexerAccessorDeclarationBody.cs (1)
152? SyntaxComparer.Statement.ComputeMatch(oldRoot, newRoot, knownMatches)
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\CSharpEditAndContinueAnalyzerTests.cs (2)
257""", SyntaxComparer.Statement.HasLabel); 266TestErrorSpansAllKinds(SyntaxComparer.Statement.HasLabel);