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