8 references to ERR_RawStringNotInDirectives
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2242or ErrorCode.ERR_RawStringNotInDirectives
Parser\Lexer_StringLiteral.cs (1)
30this.AddError(ErrorCode.ERR_RawStringNotInDirectives);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (6)
LexicalAndXml\RawStringLiteralLexingTests.cs (1)
238Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(2, 9));
Parsing\LineSpanDirectiveParsingTests.cs (5)
2004Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(1, 9), 2050Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(1, 9), 2098Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(1, 9), 2150Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(1, 9), 2276Diagnostic(ErrorCode.ERR_RawStringNotInDirectives, "").WithLocation(1, 21),