10 references to Left
Microsoft.DotNet.ApiCompatibility (10)
ApiComparer.cs (1)
125
return SortCompatDifferencesByInputMetadata(visitor.CompatDifferences.ToLookup(c => c.
Left
, t => t), left);
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);
114
Left
.Equals(other.
Left
) &&
127
hashCode = hashCode * -1521134295 +
Left
.GetHashCode();
Runner\ApiCompatRunner.cs (4)
59
var differenceGroups = differences.GroupBy((c) => new { c.
Left
, c.Right });
77
Left = difference.
Left
.AssemblyId,
90
difference.
Left
.AssemblyId,
92
workItem.Options.IsBaselineComparison ? difference.
Left
.FullPath : "left",