4 references to Verify
Microsoft.Build.Engine.OM.UnitTests (4)
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
189if (VerifyCheckType<ProjectRootElement>(view, real, context, Verify))
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (2)
289Verify(view.ImportedProject, real.ImportedProject); 334Verify(view.Xml, real.Xml);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (1)
72ViewValidation.Verify(preView, preReal);