46 references to ERR_NoFileSpec
Microsoft.CodeAnalysis.CSharp (13)
CommandLine\CSharpCommandLineParser.cs (12)
542AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 555AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 645AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 699AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 770AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 1023AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, "keyfile"); 1209AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 1614AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 1621AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 1859AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 1888AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg); 2054AddDiagnostic(diagnostics, ErrorCode.ERR_NoFileSpec, arg);
Errors\ErrorFacts.cs (1)
1429case ErrorCode.ERR_NoFileSpec:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (33)
CommandLineTests.cs (33)
775Assert.Equal((int)ErrorCode.ERR_NoFileSpec, parsedArgs.Errors.First().Code); 780Assert.Equal((int)ErrorCode.ERR_NoFileSpec, parsedArgs.Errors.First().Code); 785Assert.Equal((int)ErrorCode.ERR_NoFileSpec, parsedArgs.Errors.First().Code); 798parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/win32res")); 804parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/win32icon")); 810parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/win32manifest")); 946diags.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("")); 951diags.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("")); 958Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); 965Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); 979Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); 1007Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); 1044Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("").WithLocation(1, 1)); 1104parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/resource:")); 1107parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/resource:")); 1119parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/linkresource:")); 1122parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/linkresource:")); 1152parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/l:")); 1191parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/reCURSE:")); 1194parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/RECURSE:")); 1241parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/r:")); 2048parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/pdb")); 2052parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/pdb:")); 2066Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments(@"/pdb:""""").WithLocation(1, 1)); 2647Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/a:")); 3533Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/out:")); 3538Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/refout:")); 3573Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/out")); 5445Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("keyfile").WithLocation(1, 1)); 5454Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("keyfile").WithLocation(1, 1)); 5665parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("/ADDMODULE:")); 6035Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("keyfile")); 6039parsedArgs.Errors.Verify(Diagnostic(ErrorCode.ERR_NoFileSpec).WithArguments("keyfile"));