7 references to ERR_NotEnoughQuotesForRawString
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2250or ErrorCode.ERR_NotEnoughQuotesForRawString
Parser\Lexer_StringLiteral.cs (1)
481TrySetError(_lexer.MakeError(window.Position - startingQuoteCount, startingQuoteCount, ErrorCode.ERR_NotEnoughQuotesForRawString));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\RawInterpolatedStringLiteralParsingTests.cs (5)
1783Diagnostic(ErrorCode.ERR_NotEnoughQuotesForRawString, @"""").WithLocation(6, 19), 1804Diagnostic(ErrorCode.ERR_NotEnoughQuotesForRawString, @"""").WithLocation(6, 19)); 1822Diagnostic(ErrorCode.ERR_NotEnoughQuotesForRawString, @"""""").WithLocation(6, 19)); 1846Diagnostic(ErrorCode.ERR_NotEnoughQuotesForRawString, @"""").WithLocation(6, 19)); 1866Diagnostic(ErrorCode.ERR_NotEnoughQuotesForRawString, @"""""").WithLocation(6, 19));