26 references to ERR_UnterminatedRawString
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2242
or ErrorCode.
ERR_UnterminatedRawString
Parser\Lexer_StringLiteral.cs (2)
581
width: SyntaxFacts.IsNewLine(_lexer.TextWindow.PeekChar()) ? 1 : 0, ErrorCode.
ERR_UnterminatedRawString
));
615
_lexer.TextWindow.Position, width: 0, ErrorCode.
ERR_UnterminatedRawString
));
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\RawInterpolationTests.cs (6)
129
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(5, 70),
132
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(6, 6),
159
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(6, 6),
413
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(6, 39),
416
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(7, 6),
441
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(5, 22),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (17)
LexicalAndXml\RawStringLiteralLexingTests.cs (1)
168
if (!markup.Contains("CS" + (int)ErrorCode.
ERR_UnterminatedRawString
))
Parsing\RawInterpolatedStringLiteralCompilingTests.cs (16)
493
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(3, 12),
502
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(5, 10),
521
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(3, 21),
530
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(5, 10),
598
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 16));
797
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(3, 11),
815
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 8),
833
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 9),
873
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 8),
891
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 9),
931
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 8),
949
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 9),
989
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 9),
1007
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 10),
1025
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 10),
1043
Diagnostic(ErrorCode.
ERR_UnterminatedRawString
, "").WithLocation(4, 11),