3 references to ERR_BadDirectivePlacement
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1172
or ErrorCode.
ERR_BadDirectivePlacement
Parser\DirectiveParser.cs (1)
116
hash = this.AddError(hash, ErrorCode.
ERR_BadDirectivePlacement
);
Parser\Lexer.cs (1)
2012
var error = new SyntaxDiagnosticInfo(offset: 0, width: 1, code: ErrorCode.
ERR_BadDirectivePlacement
);