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