2 writes to Right
Microsoft.DotNet.ApiCompatibility (2)
Logging\Suppression.cs (1)
51
Right
= right;
Runner\ApiCompatRunner.cs (1)
72
Right
= difference.Right.AssemblyId,
8 references to Right
Microsoft.DotNet.ApiCompatibility (8)
Logging\Suppression.cs (5)
81
AreEqual(
Right
, other.
Right
) &&
95
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
Right
?.ToLowerInvariant() ?? string.Empty);
130
if (
Right
is not null)
137
stringBuilder.AppendFormat("Right: '{0}'",
Right
);
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);
129
.ThenBy(suppression => suppression.
Right
)