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