6 references to ChooseElements
Microsoft.Build.Engine.OM.UnitTests (6)
Construction\ProjectChooseElement_Tests.cs (1)
276
ProjectChooseElement choose = Helpers.GetFirst(project.Xml.
ChooseElements
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
546
ViewValidation.Verify(viewXml.
ChooseElements
, realXml.
ChooseElements
, Verify, context);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (3)
81
Assert.NotEmpty(preReal.
ChooseElements
);
83
ViewValidation.Verify(preView.
ChooseElements
, preReal.
ChooseElements
, ViewValidation.Verify);