10 references to OtherwiseElement
Microsoft.Build (2)
Evaluation\Evaluator.cs (2)
1438if (chooseElement.OtherwiseElement != null) 1440EvaluateWhenOrOtherwiseChildren(chooseElement.OtherwiseElement.ChildrenEnumerable);
Microsoft.Build.Engine.OM.UnitTests (8)
Construction\ProjectChooseElement_Tests.cs (2)
201Assert.Null(choose.OtherwiseElement); 228Assert.NotNull(choose.OtherwiseElement);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
574Verify(viewXml.OtherwiseElement, realXml.OtherwiseElement, context);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (4)
389Assert.Null(choose.View.OtherwiseElement); 392Assert.Same(otherWise.View, choose.View.OtherwiseElement); 393Assert.Same(otherWise.Real, choose.Real.OtherwiseElement); 402Assert.Null(choose.View.OtherwiseElement);