8 references to ERR_RawStringMustContainContent
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2248
or ErrorCode.
ERR_RawStringMustContainContent
Parser\Lexer_RawStringLiteral.cs (1)
213
ErrorCode.
ERR_RawStringMustContainContent
);
Parser\Lexer_StringLiteral.cs (1)
713
_lexer.TextWindow.Position - closeQuoteCount, closeQuoteCount, ErrorCode.
ERR_RawStringMustContainContent
));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\RawInterpolatedStringLiteralCompilingTests.cs (5)
648
Diagnostic(ErrorCode.
ERR_RawStringMustContainContent
, @"""""""").WithLocation(5, 5));
851
Diagnostic(ErrorCode.
ERR_RawStringMustContainContent
, @"""""""").WithLocation(4, 5));
909
Diagnostic(ErrorCode.
ERR_RawStringMustContainContent
, @"""""""").WithLocation(4, 5));
967
Diagnostic(ErrorCode.
ERR_RawStringMustContainContent
, @"""""""").WithLocation(4, 5));
1061
Diagnostic(ErrorCode.
ERR_RawStringMustContainContent
, @"""""""").WithLocation(4, 7));