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