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