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