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