3 references to ERR_LineSpanDirectiveInvalidValue
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
2198or ErrorCode.ERR_LineSpanDirectiveInvalidValue
Parser\DirectiveParser.cs (2)
481var token = this.EatToken(SyntaxKind.NumericLiteralToken, ErrorCode.ERR_LineSpanDirectiveInvalidValue, reportError: reportError); 492token = this.AddError(token, ErrorCode.ERR_LineSpanDirectiveInvalidValue);