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