2 writes to Pair
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.cs (1)
100
public ValidationContext(ProjectPair pair) { this.
Pair
= pair; }
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (1)
331
context.
Pair
= pair;
12 references to Pair
Microsoft.Build.Engine.OM.UnitTests (12)
ObjectModelRemoting\Helpers\ViewValidation.evaluation.cs (12)
121
if (context?.
Pair
!= null)
123
Assert.Same(context.
Pair
.View, view.Project);
124
Assert.Same(context.
Pair
.Real, real.Project);
154
if (context?.
Pair
!= null)
156
Assert.Same(context?.
Pair
.View, view.Project);
157
Assert.Same(context?.
Pair
.Real, real.Project);
198
if (context?.
Pair
!= null)
200
Assert.Same(context?.
Pair
.View, view.Project);
201
Assert.Same(context?.
Pair
.Real, real.Project);
248
if (context?.
Pair
!= null)
250
Assert.Same(context.
Pair
.View, view.Project);
251
Assert.Same(context.
Pair
.Real, real.Project);