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