7 references to VerifyThrow
MSBuild (7)
InitializationException.cs (1)
111
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (6)
3016
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3522
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3641
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4405
InitializationException.
VerifyThrow
(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);
4534
InitializationException.
VerifyThrow
(schemaFile == null, "MultipleSchemasError", parameter);
4536
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(fileName), "SchemaNotFoundError", fileName);