2 overrides of GetJumpStatementKind
Microsoft.CodeAnalysis.CSharp.Features (1)
InvertIf\CSharpInvertIfCodeRefactoringProvider.cs (1)
94
protected override SyntaxKind?
GetJumpStatementKind
(SyntaxNode node)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
InvertIf\VisualBasicInvertIfCodeRefactoringProvider.vb (1)
30
Protected NotOverridable Overrides Function
GetJumpStatementKind
(node As SyntaxNode) As SyntaxKind?
1 reference to GetJumpStatementKind
Microsoft.CodeAnalysis.Features (1)
InvertIf\AbstractInvertIfCodeRefactoringProvider.cs (1)
366
var jumpStatementRawKind =
GetJumpStatementKind
(node);