4 references to QueryChildrenWithValidation
Microsoft.Build.Engine.OM.UnitTests (4)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (1)
132var result = QueryChildrenWithValidation(matcher);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (3)
182Assert.Empty(xmlPair.QueryChildrenWithValidation<ProjectTargetElement>((t) => string.Equals(t.Name, NewTargetName))); 186Assert.Empty(xmlPair.QueryChildrenWithValidation<ProjectTargetElement>((t) => string.Equals(t.Name, NewTargetRenamed))); 187Assert.Empty(xmlPair.QueryChildrenWithValidation<ProjectTargetElement>((t) => string.Equals(t.Name, NewTargetName)));