7 references to VerifyThrow
MSBuild (7)
InitializationException.cs (1)
111
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (6)
3052
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3544
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3663
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4417
InitializationException.
VerifyThrow
(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);
4545
InitializationException.
VerifyThrow
(schemaFile == null, "MultipleSchemasError", parameter);
4547
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(fileName), "SchemaNotFoundError", fileName);