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