4 references to ERR_LineDoesNotStartWithSameWhitespace
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2234
or ErrorCode.
ERR_LineDoesNotStartWithSameWhitespace
Parser\LanguageParser_InterpolatedString.cs (2)
215
ErrorCode.
ERR_LineDoesNotStartWithSameWhitespace
);
286
return MakeError(offset: 0, width: 1, ErrorCode.
ERR_LineDoesNotStartWithSameWhitespace
);
Parser\Lexer_RawStringLiteral.cs (1)
361
ErrorCode.
ERR_LineDoesNotStartWithSameWhitespace
);