6 references to ChooseElements
Microsoft.Build.Engine.OM.UnitTests (6)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
602
Verify(viewXml.
ChooseElements
, realXml.
ChooseElements
, context);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (4)
455
Assert.Empty(otherwise.View.
ChooseElements
);
457
Assert.Equal(2, otherwise.View.
ChooseElements
.Count);
470
Assert.Equal(1, otherwise.View.
ChooseElements
.Count);
472
Assert.Empty(otherwise.View.
ChooseElements
);