4 references to GetLiteralExpression
Microsoft.CodeAnalysis.CSharp (4)
Parser\DirectiveParser.cs (1)
840return SyntaxFactory.LiteralExpression(SyntaxFacts.GetLiteralExpression(k), this.EatToken());
Parser\LanguageParser.cs (1)
12027return _syntaxFactory.LiteralExpression(SyntaxFacts.GetLiteralExpression(tk), this.EatToken());
Parser\LanguageParser_InterpolatedString.cs (1)
20var expressionKind = SyntaxFacts.GetLiteralExpression(originalToken.Kind);
Syntax\SyntaxKindFacts.cs (1)
592return GetLiteralExpression(token) != SyntaxKind.None;