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