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