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