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