20 references to WRN_InvalidSearchPathDir
Microsoft.CodeAnalysis.CSharp (5)
CommandLine\CSharpCommandLineParser.cs (2)
1597
AddDiagnostic(diagnostics, ErrorCode.
WRN_InvalidSearchPathDir
, path, origin.Localize(), MessageID.IDS_DirectoryHasInvalidPath.Localize());
1601
AddDiagnostic(diagnostics, ErrorCode.
WRN_InvalidSearchPathDir
, path, origin.Localize(), MessageID.IDS_DirectoryDoesNotExist.Localize());
Errors\ErrorFacts.cs (2)
303
case ErrorCode.
WRN_InvalidSearchPathDir
:
1265
case ErrorCode.
WRN_InvalidSearchPathDir
:
Generated\ErrorFacts.Generated.cs (1)
93
case ErrorCode.
WRN_InvalidSearchPathDir
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (15)
CommandLineTests.cs (15)
4502
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"c:lib2", "/LIB option", "path is too long or invalid"),
4504
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\sdk1", "/LIB option", "directory does not exist"));
4509
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\Windows", "/LIB option", "directory does not exist"),
4511
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"e:", "/LIB option", "path is too long or invalid"));
4516
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@".\Windows", "/LIB option", "directory does not exist"),
4518
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"e", "/LIB option", "directory does not exist"));
4523
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\Windows", "/LIB option", "directory does not exist"),
4525
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("e:", "/LIB option", "path is too long or invalid"),
4527
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"),
4529
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"),
4531
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"));
9574
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("::", "/LIB option", "path is too long or invalid"));
9577
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("DoesNotExist", "/LIB option", "directory does not exist"));
9582
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("::", "LIB environment variable", "path is too long or invalid"));
9585
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("DoesNotExist", "LIB environment variable", "directory does not exist"));