6 references to ERR_LineSpanDirectiveEndLessThanStart
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
2194or ErrorCode.ERR_LineSpanDirectiveEndLessThanStart
Parser\DirectiveParser.cs (1)
429end = this.AddError(end, ErrorCode.ERR_LineSpanDirectiveEndLessThanStart);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Diagnostics\LineSpanDirectiveTests.cs (2)
139Diagnostic(ErrorCode.ERR_LineSpanDirectiveEndLessThanStart, "(9, 20)").WithLocation(9, 18), 142Diagnostic(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));