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