12 references to ERR_PPShebangNotOnFirstLine
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2532
or ErrorCode.
ERR_PPShebangNotOnFirstLine
Parser\DirectiveParser.cs (1)
116
hash = this.AddError(hash, ErrorCode.
ERR_PPShebangNotOnFirstLine
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (10)
Parsing\IgnoredDirectiveParsingTests.cs (5)
191
Diagnostic(ErrorCode.
ERR_PPShebangNotOnFirstLine
, "#").WithLocation(1, 2)
197
Diagnostic(ErrorCode.
ERR_PPShebangNotOnFirstLine
, "#").WithLocation(1, 2),
724
Diagnostic(ErrorCode.
ERR_PPShebangNotOnFirstLine
, "#").WithLocation(1, 1));
759
Diagnostic(ErrorCode.
ERR_PPShebangNotOnFirstLine
, "#").WithLocation(2, 1));
795
Diagnostic(ErrorCode.
ERR_PPShebangNotOnFirstLine
, "#").WithLocation(2, 1));
Parsing\ScriptParsingTests.cs (5)
10249
new ErrorDescription { Code = (int)ErrorCode.
ERR_PPShebangNotOnFirstLine
, Line = 1, Column = 2 });
10252
new ErrorDescription { Code = (int)ErrorCode.
ERR_PPShebangNotOnFirstLine
, Line = 2, Column = 1 });
10255
new ErrorDescription { Code = (int)ErrorCode.
ERR_PPShebangNotOnFirstLine
, Line = 2, Column = 1 });
10258
new ErrorDescription { Code = (int)ErrorCode.
ERR_PPShebangNotOnFirstLine
, Line = 2, Column = 1 });
10275
new ErrorDescription { Code = (int)ErrorCode.
ERR_PPShebangNotOnFirstLine
, Line = 1, Column = 1 });