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