4 references to Verify
Microsoft.Build.Engine.OM.UnitTests (4)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
551ViewValidation.Verify(viewXml.ImportGroups, realXml.ImportGroups, Verify, context); 559ViewValidation.Verify(viewXml.ImportGroupsReversed, realXml.ImportGroupsReversed, Verify, context);
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
204if (VerifyCheckType<ProjectImportGroupElement>(view, real, context, Verify))
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
131ViewValidation.Verify(viewImportGroups, realImportGroups, ViewValidation.Verify);