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