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