4 references to ERR_LineSpanDirectiveRequiresSpace
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2269or ErrorCode.ERR_LineSpanDirectiveRequiresSpace
Parser\DirectiveParser.cs (3)
409start = this.AddError(start, ErrorCode.ERR_LineSpanDirectiveRequiresSpace); 428characterOffset = this.AddError(characterOffset, ErrorCode.ERR_LineSpanDirectiveRequiresSpace); 436file = this.AddError(file, ErrorCode.ERR_LineSpanDirectiveRequiresSpace);