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