7 references to ERR_RawStringMustContainContent
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2247or ErrorCode.ERR_RawStringMustContainContent
Parser\Lexer_StringLiteral.cs (1)
732_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));