6 references to VerifyThrow
Microsoft.Build.Tasks.Core (5)
AssemblyResources.cs (2)
27ErrorUtilities.VerifyThrow(resource != null, "Missing resource '{0}'", name); 43ErrorUtilities.VerifyThrow(resource != null, "Missing resource '{0}'", name);
LogMessagePacketBase.cs (1)
443ErrorUtilities.VerifyThrow(_buildEvent is not null, "Not Supported LoggingEventType {0}", _eventType.ToString());
MSBuild.cs (1)
355ErrorUtilities.VerifyThrow(skipNonExistProjects == SkipNonExistentProjectsBehavior.Error, "skipNonexistentProjects has unexpected value {0}", skipNonExistProjects);
TaskParameter.cs (1)
117ErrorUtilities.VerifyThrow(
Microsoft.Build.Tasks.UnitTests (1)
ErrorUtilities_Tests.cs (1)
48ErrorUtilities.VerifyThrow(true, "{0}", "a");