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