2 implementations of IfKeyword
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
61
public int
IfKeyword
=> (int)SyntaxKind.IfKeyword;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
64
Public ReadOnly Property
IfKeyword
As Integer = SyntaxKind.IfKeyword Implements ISyntaxKinds.IfKeyword
1 reference to IfKeyword
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
64
Public ReadOnly Property IfKeyword As Integer = SyntaxKind.IfKeyword Implements ISyntaxKinds.
IfKeyword