9 references to VerifyThrowArgument
Microsoft.Build (9)
BackEnd\BuildManager\BuildManager.cs (1)
1250
ErrorUtilities.
VerifyThrowArgument
(
BackEnd\BuildManager\BuildParameters.cs (1)
521
ErrorUtilities.
VerifyThrowArgument
(value > 0, "InvalidMaxNodeCount");
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (1)
740
ErrorUtilities.
VerifyThrowArgument
(ConversionUtilities.CanConvertStringToBool(value), "MSBuild.InvalidSkipNonexistentProjectValue");
Construction\ProjectElement.cs (1)
354
ErrorUtilities.
VerifyThrowArgument
(GetType().IsEquivalentTo(element.GetType()), "CannotCopyFromElementOfThatType");
Construction\ProjectElementContainer.cs (2)
297
ErrorUtilities.
VerifyThrowArgument
(child.Parent == this, "OM_NodeNotAlreadyParentedByThis");
355
ErrorUtilities.
VerifyThrowArgument
(GetType().IsEquivalentTo(element.GetType()), "CannotCopyFromElementOfThatType");
Construction\ProjectExtensionsElement.cs (1)
165
ErrorUtilities.
VerifyThrowArgument
(GetType().IsEquivalentTo(element.GetType()), "CannotCopyFromElementOfThatType");
Evaluation\Context\EvaluationContext.cs (1)
97
ErrorUtilities.
VerifyThrowArgument
(
Graph\GraphBuilder.cs (1)
262
ErrorUtilities.
VerifyThrowArgument
(entryPoints.Count == 1, "StaticGraphAcceptsSingleSolutionEntryPoint");