10 references to ERR_TooManyQuotesForRawString
Microsoft.CodeAnalysis.CSharp (5)
Errors\ErrorFacts.cs (1)
2244
or ErrorCode.
ERR_TooManyQuotesForRawString
Parser\Lexer_RawStringLiteral.cs (2)
168
ErrorCode.
ERR_TooManyQuotesForRawString
);
271
ErrorCode.
ERR_TooManyQuotesForRawString
);
Parser\Lexer_StringLiteral.cs (2)
581
ErrorCode.
ERR_TooManyQuotesForRawString
));
628
ErrorCode.
ERR_TooManyQuotesForRawString
));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (5)
Parsing\RawInterpolatedStringLiteralCompilingTests.cs (3)
1188
Diagnostic(ErrorCode.
ERR_TooManyQuotesForRawString
, @"""").WithLocation(5, 8));
1201
Diagnostic(ErrorCode.
ERR_TooManyQuotesForRawString
, @"""""").WithLocation(5, 8));
1214
Diagnostic(ErrorCode.
ERR_TooManyQuotesForRawString
, @"""""""").WithLocation(5, 8));
Parsing\RawInterpolatedStringLiteralParsingTests.cs (2)
44
Diagnostic(ErrorCode.
ERR_TooManyQuotesForRawString
, @"""").WithLocation(6, 25));
62
Diagnostic(ErrorCode.
ERR_TooManyQuotesForRawString
, @"""""").WithLocation(6, 25));