7 references to QueryChildrenWithValidation
Microsoft.Build.Engine.OM.UnitTests (7)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (1)
196var result = QueryChildrenWithValidation(matcher, 1);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (2)
308newTask.QueryChildrenWithValidation<ProjectOutputElement>((po) => po.TaskParameter.EndsWith("1"), 4); 371xmlPair.QueryChildrenWithValidation<ProjectChooseElement>((pc) => true, 0);
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (4)
124xmlPair.QueryChildrenWithValidation<ProjectItemGroupElement>((ig) => ig == cloned || ig == clonedPair.Real, 0); 131xmlPair.QueryChildrenWithValidation<ProjectItemGroupElement>((ig) => ig.Label == "Group1", 2); 168xmlPair.QueryChildrenWithValidation<ProjectItemGroupElement>((ig) => ig.Label == "Group1", 2); 186xmlPair.QueryChildrenWithValidation<ProjectItemGroupElement>((ig) => ig.Label == "Group1", 2);