4 references to ERR_LineSpanDirectiveRequiresSpace
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2271
or ErrorCode.
ERR_LineSpanDirectiveRequiresSpace
Parser\DirectiveParser.cs (3)
413
start = this.AddError(start, ErrorCode.
ERR_LineSpanDirectiveRequiresSpace
);
432
characterOffset = this.AddError(characterOffset, ErrorCode.
ERR_LineSpanDirectiveRequiresSpace
);
440
file = this.AddError(file, ErrorCode.
ERR_LineSpanDirectiveRequiresSpace
);