33 references to ERR_ExpectedVerbatimLiteral
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1308or ErrorCode.ERR_ExpectedVerbatimLiteral
Parser\Lexer.cs (3)
636this.AddError(TextWindow.Position + 1, width: 1, ErrorCode.ERR_ExpectedVerbatimLiteral); 645this.AddError(ErrorCode.ERR_ExpectedVerbatimLiteral); 3879this.AddError(ErrorCode.ERR_ExpectedVerbatimLiteral);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\SemanticErrorTests.cs (1)
21919Diagnostic(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 (25)
LexicalAndXml\LexicalErrorTests.cs (5)
588Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ":").WithLocation(1, 10), 604Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ":").WithLocation(1, 2)); 617Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ":").WithLocation(1, 2)); 927Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""), 955Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, ""),
LexicalAndXml\LexicalTests.cs (15)
457TestBase.Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral).WithLocation(1, 1)); 484TestBase.Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral).WithLocation(1, 1)); 518TestBase.Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral).WithLocation(1, 1)); 576TestBase.Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral).WithLocation(1, 1)); 1619Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1634Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1649Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1664Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1680Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 1696Assert.Equal((int)ErrorCode.ERR_ExpectedVerbatimLiteral, errors[0].Code); 3488VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3518VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3524VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3530VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral); 3536VerifyError(token, ErrorCode.ERR_ExpectedVerbatimLiteral);
Parsing\ParsingErrorRecoveryTests.cs (3)
8041Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(1, 1), 8050Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(1, 6)); 8090Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(1, 2));
Parsing\RawInterpolatedStringLiteralParsingTests.cs (2)
1105Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(6, 17)); 1192Diagnostic(ErrorCode.ERR_ExpectedVerbatimLiteral, "").WithLocation(6, 17));