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