2 references to QuotedLiteral
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Legacy\NativeCSharpTokenizer.cs (2)
566
private StateResult QuotedCharacterLiteral() =>
QuotedLiteral
('\'', IsEndQuotedCharacterLiteral, SyntaxKind.CharacterLiteral);
568
private StateResult QuotedStringLiteral() =>
QuotedLiteral
('\"', IsEndQuotedStringLiteral, SyntaxKind.StringLiteral);