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