10 references to ERR_StringMustStartWithQuoteCharacter
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2255
or ErrorCode.
ERR_StringMustStartWithQuoteCharacter
Parser\Lexer_StringLiteral.cs (1)
464
TrySetError(_lexer.MakeError(start, window.Position - start, ErrorCode.
ERR_StringMustStartWithQuoteCharacter
));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (8)
Parsing\RawInterpolatedStringLiteralParsingTests.cs (8)
1276
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "$@@").WithLocation(6, 17));
1351
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "$@@@").WithLocation(6, 17));
1426
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "@@$").WithLocation(6, 17));
1501
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "@@$$").WithLocation(6, 17));
1576
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "@@$@").WithLocation(6, 17));
1651
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "@@$$@").WithLocation(6, 17));
1747
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "$$").WithLocation(6, 17));
1765
Diagnostic(ErrorCode.
ERR_StringMustStartWithQuoteCharacter
, "$$$").WithLocation(6, 17));