22 references to ERR_ExpectedVerbatimLiteral
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1247case ErrorCode.ERR_ExpectedVerbatimLiteral:
Parser\Lexer.cs (2)
776this.AddError(ErrorCode.ERR_ExpectedVerbatimLiteral); 4201this.AddError(ErrorCode.ERR_ExpectedVerbatimLiteral);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21695Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (3)
DocumentationComments\CrefTests.cs (3)
3445Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""), 3455Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""), 5359Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (15)
LexicalAndXml\LexicalErrorTests.cs (2)
413Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""), 441Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""),
LexicalAndXml\LexicalTests.cs (11)
1203Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1218Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1233Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1248Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1264Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1280Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 3072VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3102VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3108VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3114VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3120VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral);
Parsing\RawInterpolatedStringLiteralParsingTests.cs (2)
1105Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(6, 17)); 1192Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(6, 17));