8 references to ERR_RawStringMustContainContent
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2248or ErrorCode.ERR_RawStringMustContainContent
Parser\Lexer_RawStringLiteral.cs (1)
213ErrorCode.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)
648Diagnostic(ErrorCode.ERR_RawStringMustContainContent, @"""""""").WithLocation(5, 5)); 851Diagnostic(ErrorCode.ERR_RawStringMustContainContent, @"""""""").WithLocation(4, 5)); 909Diagnostic(ErrorCode.ERR_RawStringMustContainContent, @"""""""").WithLocation(4, 5)); 967Diagnostic(ErrorCode.ERR_RawStringMustContainContent, @"""""""").WithLocation(4, 5)); 1061Diagnostic(ErrorCode.ERR_RawStringMustContainContent, @"""""""").WithLocation(4, 7));