7 references to VerifyThrow
MSBuild (7)
InitializationException.cs (1)
111
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (6)
3040
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3532
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3651
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4388
InitializationException.
VerifyThrow
(logger != null, "LoggerNotFoundError", unquotedParameter);
4516
InitializationException.
VerifyThrow
(schemaFile == null, "MultipleSchemasError", parameter);
4518
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(fileName), "SchemaNotFoundError", fileName);