4 references to MaximumChooseNesting
Microsoft.Build (4)
Construction\ProjectChooseElement.cs (2)
119
ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <= ProjectParser.
MaximumChooseNesting
, immediateParent.Location, "ChooseOverflow", ProjectParser.
MaximumChooseNesting
);
Evaluation\ProjectParser.cs (2)
776
ProjectErrorUtilities.VerifyThrowInvalidProject(nestingDepth <=
MaximumChooseNesting
, element.Location, "ChooseOverflow",
MaximumChooseNesting
);