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