4 references to ScanUtf8Suffix
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer_RawStringLiteral.cs (1)
75
if (!inDirective &&
ScanUtf8Suffix
())
Parser\Lexer_StringLiteral.cs (3)
96
if (!inDirective &&
ScanUtf8Suffix
())
241
if (
ScanUtf8Suffix
())
538
_lexer.
ScanUtf8Suffix
();