2 implementations of IfKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxKinds.cs (1)
61public int IfKeyword => (int)SyntaxKind.IfKeyword;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
64Public ReadOnly Property IfKeyword As Integer = SyntaxKind.IfKeyword Implements ISyntaxKinds.IfKeyword
3 references to IfKeyword
Microsoft.CodeAnalysis.Features (2)
SplitOrMergeIfStatements\AbstractMergeIfStatementsCodeRefactoringProvider.cs (1)
59syntaxFacts.GetText(syntaxKinds.IfKeyword)),
SplitOrMergeIfStatements\AbstractSplitIfStatementCodeRefactoringProvider.cs (1)
55syntaxFacts.GetText(syntaxKinds.IfKeyword)),
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicSyntaxKinds.vb (1)
64Public ReadOnly Property IfKeyword As Integer = SyntaxKind.IfKeyword Implements ISyntaxKinds.IfKeyword