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