1 reference to IsEndQuotedCharacterLiteral
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\NativeCSharpTokenizer.cs (1)
566
private StateResult QuotedCharacterLiteral() => QuotedLiteral('\'',
IsEndQuotedCharacterLiteral
, SyntaxKind.CharacterLiteral);