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