4 references to ERR_ExpectedVerbatimLiteral
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1299
or ErrorCode.
ERR_ExpectedVerbatimLiteral
Parser\Lexer.cs (3)
637
this.AddError(TextWindow.Position + 1, width: 1, ErrorCode.
ERR_ExpectedVerbatimLiteral
);
646
this.AddError(ErrorCode.
ERR_ExpectedVerbatimLiteral
);
3826
this.AddError(ErrorCode.
ERR_ExpectedVerbatimLiteral
);