20 references to WRN_InvalidSearchPathDir
Microsoft.CodeAnalysis.CSharp (5)
CommandLine\CSharpCommandLineParser.cs (2)
1647
AddDiagnostic(diagnostics, ErrorCode.
WRN_InvalidSearchPathDir
, path, origin.Localize(), MessageID.IDS_DirectoryHasInvalidPath.Localize());
1651
AddDiagnostic(diagnostics, ErrorCode.
WRN_InvalidSearchPathDir
, path, origin.Localize(), MessageID.IDS_DirectoryDoesNotExist.Localize());
Errors\ErrorFacts.cs (2)
316
case ErrorCode.
WRN_InvalidSearchPathDir
:
1327
or ErrorCode.
WRN_InvalidSearchPathDir
Generated\ErrorFacts.Generated.cs (1)
93
case ErrorCode.
WRN_InvalidSearchPathDir
:
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (15)
CommandLineTests.cs (15)
4694
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"c:lib2", "/LIB option", "path is too long or invalid"),
4696
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\sdk1", "/LIB option", "directory does not exist"));
4701
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\Windows", "/LIB option", "directory does not exist"),
4703
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"e:", "/LIB option", "path is too long or invalid"));
4708
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@".\Windows", "/LIB option", "directory does not exist"),
4710
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"e", "/LIB option", "directory does not exist"));
4715
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(@"o:\Windows", "/LIB option", "directory does not exist"),
4717
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("e:", "/LIB option", "path is too long or invalid"),
4719
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"),
4721
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"),
4723
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments(" ", "/LIB option", "path is too long or invalid"));
9796
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("::", "/LIB option", "path is too long or invalid"));
9799
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("DoesNotExist", "/LIB option", "directory does not exist"));
9804
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("::", "LIB environment variable", "path is too long or invalid"));
9807
Diagnostic(ErrorCode.
WRN_InvalidSearchPathDir
).WithArguments("DoesNotExist", "LIB environment variable", "directory does not exist"));