1 override of GetJumpStatementKind
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
93
protected override SyntaxKind?
GetJumpStatementKind
(SyntaxNode node)
1 reference to GetJumpStatementKind
Microsoft.CodeAnalysis.Features (1)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
365
var jumpStatementRawKind =
GetJumpStatementKind
(node);