5 references to Verify
Microsoft.Build.Engine.OM.UnitTests (5)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (3)
553ViewValidation.Verify(viewXml.PropertyGroups, realXml.PropertyGroups, Verify, context); 560ViewValidation.Verify(viewXml.PropertyGroupsReversed, realXml.PropertyGroupsReversed, Verify, context); 819ViewValidation.Verify(viewXml.PropertyGroups, realXml.PropertyGroups, ViewValidation.Verify, context);
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
234if (VerifyCheckType<ProjectPropertyGroupElement>(view, real, context, Verify))
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
209ViewValidation.Verify(viewPropertieGroups, realPropertieGroups, ViewValidation.Verify);