6 references to ERR_LineSpanDirectiveEndLessThanStart
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2194
or ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
Parser\DirectiveParser.cs (1)
429
end = this.AddError(end, ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Diagnostics\LineSpanDirectiveTests.cs (2)
139
Diagnostic(ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
, "(9, 20)").WithLocation(9, 18),
142
Diagnostic(ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
, "(10, 19)").WithLocation(11, 18));
Parsing\LineSpanDirectiveParsingTests.cs (2)
1810
Diagnostic(ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
, "(10, 19)").WithLocation(1, 18));
1847
Diagnostic(ErrorCode.
ERR_LineSpanDirectiveEndLessThanStart
, "(9, 20)").WithLocation(1, 18));