Implemented interface member:
property
DiagnosticId
Microsoft.DotNet.ApiSymbolExtensions.IDiagnostic.DiagnosticId
9 references to DiagnosticId
Microsoft.DotNet.ApiCompatibility (9)
CompatDifference.cs (6)
83
new(Left, Right,
DiagnosticId
, Message, Type, ReferenceId, newSeverity, LeftStability, RightStability);
86
new(Left, Right,
DiagnosticId
, Message, Type, ReferenceId, Severity, leftStability, rightStability);
110
public override string ToString() => $"{
DiagnosticId
} : {Message}";
116
DiagnosticId
.Equals(other.
DiagnosticId
, StringComparison.InvariantCultureIgnoreCase) &&
129
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
DiagnosticId
.ToLowerInvariant());
Runner\ApiCompatRunner.cs (3)
70
log.LogMessage(MessageImportance.Normal, $"info {difference.
DiagnosticId
}: {difference.Message}");
74
Suppression suppression = new(difference.
DiagnosticId
)
97
difference.
DiagnosticId
,