13 references to ERR_LineSpanDirectiveRequiresSpace
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
2273or ErrorCode.ERR_LineSpanDirectiveRequiresSpace
Parser\DirectiveParser.cs (3)
419start = this.AddError(start, ErrorCode.ERR_LineSpanDirectiveRequiresSpace); 438characterOffset = this.AddError(characterOffset, ErrorCode.ERR_LineSpanDirectiveRequiresSpace); 446file = this.AddError(file, ErrorCode.ERR_LineSpanDirectiveRequiresSpace);
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (9)
Parsing\LineSpanDirectiveParsingTests.cs (9)
239Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, "(1,2)").WithLocation(1, 6), 242Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, @"""file.cs""").WithLocation(1, 17)); 313Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, "(1,2)").WithLocation(1, 6), 316Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, "5").WithLocation(1, 17), 319Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, @"""file.cs""").WithLocation(1, 18) 2355Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, "(1, 2)").WithLocation(1, 6) 2393Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, "5").WithLocation(1, 22) 2432Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, @"""file.cs""").WithLocation(1, 24) 2471Diagnostic(ErrorCode.ERR_LineSpanDirectiveRequiresSpace, @"""file.cs""").WithLocation(1, 22)