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