10 references to Right
Microsoft.DotNet.ApiCompatibility (8)
ApiComparer.cs (1)
108
return SortCompatDifferencesByInputMetadata(visitor.CompatDifferences.ToLookup(c => c.
Right
, t => t), right);
CompatDifference.cs (3)
78
Right
.Equals(other.
Right
) &&
91
hashCode = hashCode * -1521134295 +
Right
.GetHashCode();
Runner\ApiCompatRunner.cs (4)
59
var differenceGroups = differences.GroupBy((c) => new { c.Left, c.
Right
});
72
Right = difference.
Right
.AssemblyId,
85
difference.
Right
.AssemblyId,
87
workItem.Options.IsBaselineComparison ? difference.
Right
.FullPath : "right"));
Microsoft.DotNet.ApiCompatibility.Tests (2)
CompatDifferenceTests.cs (1)
31
Assert.Equal(right, difference.
Right
);
CustomSideNameTests.cs (1)
201
AssertNames(difference, difference.Left.AssemblyId, difference.
Right
.AssemblyId);