3 references to ScanStringLiteral
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (2)
453this.ScanStringLiteral(ref info, inDirective: false); 2665this.ScanStringLiteral(ref info, inDirective: true);
Parser\Lexer_StringLiteral.cs (1)
1134_lexer.ScanStringLiteral(ref info, inDirective: false);