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