Implemented interface member:
property
ReferenceId
Microsoft.DotNet.ApiSymbolExtensions.IDiagnostic.ReferenceId
7 references to ReferenceId
Microsoft.DotNet.ApiCompatibility (7)
CompatDifference.cs (6)
83new(Left, Right, DiagnosticId, Message, Type, ReferenceId, newSeverity, LeftStability, RightStability); 86new(Left, Right, DiagnosticId, Message, Type, ReferenceId, Severity, leftStability, rightStability); 118string.Equals(ReferenceId, other.ReferenceId, StringComparison.InvariantCultureIgnoreCase); 131if (ReferenceId != null) 133hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(ReferenceId.ToLowerInvariant());
Runner\ApiCompatRunner.cs (1)
76Target = difference.ReferenceId,