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