1 implementation of IfKeyword
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
71public int IfKeyword => (int)SyntaxKind.IfKeyword;
2 references to IfKeyword
Microsoft.CodeAnalysis.Features (2)
SplitOrMergeIfStatements\AbstractMergeIfStatementsCodeRefactoringProvider.cs (1)
58syntaxFacts.GetText(syntaxKinds.IfKeyword)),
SplitOrMergeIfStatements\AbstractSplitIfStatementCodeRefactoringProvider.cs (1)
55syntaxFacts.GetText(syntaxKinds.IfKeyword)),