5 references to VerifyThrow
MSBuild (5)
CommandLine\CommandLineParser.cs (1)
565
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
InitializationException.cs (1)
112
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (3)
3524
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3689
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4435
InitializationException.
VerifyThrow
(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);