5 references to VerifyThrow
MSBuild (5)
InitializationException.cs (1)
111
VerifyThrow
(condition, messageResourceName, null);
XMake.cs (4)
3068
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3575
InitializationException.
VerifyThrow
(FileSystems.Default.FileExists(projectFile), "ProjectNotFoundError", projectFile);
3694
InitializationException.
VerifyThrow
(extension?.Length >= 2, "InvalidExtensionToIgnore", extension);
4443
InitializationException.
VerifyThrow
(logger != null, "XMake.LoggerNotFoundError", unquotedParameter);