6 references to ChooseElements
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
587
Verify(viewXml.
ChooseElements
, realXml.
ChooseElements
, context);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (4)
417
Assert.Empty(when.View.
ChooseElements
);
419
Assert.Equal(2, when.View.
ChooseElements
.Count);
432
Assert.Equal(1, when.View.
ChooseElements
.Count);
434
Assert.Empty(when.View.
ChooseElements
);