5 references to VerifyThrow
MSBuild (5)
CommandLine\CommandLineParser.cs (1)
562InitializationException.VerifyThrow(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
InitializationException.cs (1)
111VerifyThrow(condition, messageResourceName, null);
XMake.cs (3)
3117InitializationException.VerifyThrow(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile); 3236InitializationException.VerifyThrow(extension?.Length >= 2, "InvalidExtensionToIgnore", extension); 3984InitializationException.VerifyThrow(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);