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