12 references to ERR_UnterminatedStringLit
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1109case ErrorCode.ERR_UnterminatedStringLit:
Parser\Lexer_StringLiteral.cs (2)
226this.AddError(ErrorCode.ERR_UnterminatedStringLit); 532width: 1, ErrorCode.ERR_UnterminatedStringLit));
Syntax\SyntaxFactory.cs (1)
2389case ErrorCode.ERR_UnterminatedStringLit:
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (4)
137Diagnostic(ErrorCode.ERR_UnterminatedStringLit, "}").WithLocation(6, 5), 164Diagnostic(ErrorCode.ERR_UnterminatedStringLit, "}").WithLocation(6, 5), 367Diagnostic(ErrorCode.ERR_UnterminatedStringLit, "}").WithLocation(7, 5), 392Diagnostic(ErrorCode.ERR_UnterminatedStringLit, ";").WithLocation(5, 19),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
LexicalAndXml\LexicalErrorTests.cs (1)
305Diagnostic(ErrorCode.ERR_UnterminatedStringLit, ""),
LexicalAndXml\LexicalTests.cs (1)
748Assert.Equal((int)ErrorCode.ERR_UnterminatedStringLit, errors[0].Code);
Parsing\RawInterpolatedStringLiteralParsingTests.cs (2)
1126Diagnostic(ErrorCode.ERR_UnterminatedStringLit, "").WithLocation(6, 17), 1213Diagnostic(ErrorCode.ERR_UnterminatedStringLit, "").WithLocation(6, 17),