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