7 references to VerifyThrow
MSBuild (7)
InitializationException.cs (1)
111
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (6)
3110
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3616
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3735
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4499
InitializationException.
VerifyThrow
(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);
4628
InitializationException.
VerifyThrow
(schemaFile == null, "MultipleSchemasError", parameter);
4630
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(fileName), "SchemaNotFoundError", fileName);