2 writes to Left
Microsoft.DotNet.ApiCompatibility (2)
Logging\Suppression.cs (1)
50Left = left;
Runner\ApiCompatRunner.cs (1)
71Left = difference.Left.AssemblyId,
8 references to Left
Microsoft.DotNet.ApiCompatibility (8)
Logging\Suppression.cs (5)
80AreEqual(Left, other.Left) && 94hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(Left?.ToLowerInvariant() ?? string.Empty); 119if (Left is not null) 126stringBuilder.AppendFormat("Left: '{0}'", Left);
Logging\SuppressionEngine.cs (3)
74Suppression globalLeftRightSuppression = new(string.Empty, left: error.Left, right: error.Right, isBaselineSuppression: error.IsBaselineSuppression); 77Suppression globalDiagnosticIdLeftRightSuppression = new(error.DiagnosticId, left: error.Left, right: error.Right, isBaselineSuppression: error.IsBaselineSuppression); 128.ThenBy(suppression => suppression.Left)