10 references to Right
Microsoft.DotNet.ApiCompatibility (10)
ApiComparer.cs (1)
108return SortCompatDifferencesByInputMetadata(visitor.CompatDifferences.ToLookup(c => c.Right, t => t), right);
CompatDifference.cs (5)
83new(Left, Right, DiagnosticId, Message, Type, ReferenceId, newSeverity, LeftStability, RightStability); 86new(Left, Right, DiagnosticId, Message, Type, ReferenceId, Severity, leftStability, rightStability); 115Right.Equals(other.Right) && 128hashCode = hashCode * -1521134295 + Right.GetHashCode();
Runner\ApiCompatRunner.cs (4)
59var differenceGroups = differences.GroupBy((c) => new { c.Left, c.Right }); 78Right = difference.Right.AssemblyId, 91difference.Right.AssemblyId, 93workItem.Options.IsBaselineComparison ? difference.Right.FullPath : "right"));