Implemented interface member:
property
DiagnosticId
Microsoft.DotNet.ApiSymbolExtensions.IDiagnostic.DiagnosticId
6 references to DiagnosticId
Microsoft.DotNet.ApiCompatibility (6)
CompatDifference.cs (4)
73
public override string ToString() => $"{
DiagnosticId
} : {Message}";
79
DiagnosticId
.Equals(other.
DiagnosticId
, StringComparison.InvariantCultureIgnoreCase) &&
92
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
DiagnosticId
.ToLowerInvariant());
Runner\ApiCompatRunner.cs (2)
68
Suppression suppression = new(difference.
DiagnosticId
)
91
difference.
DiagnosticId
,