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