1 implementation of TrueLiteralExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxKinds.cs (1)
90
public int
TrueLiteralExpression
=> (int)SyntaxKind.TrueLiteralExpression;
1 reference to TrueLiteralExpression
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Services\SyntaxFacts\ISyntaxFactsExtensions.cs (1)
787
=> node?.RawKind == syntaxFacts.SyntaxKinds.
TrueLiteralExpression
;