Implemented interface member:
property
ReferenceId
Microsoft.DotNet.ApiSymbolExtensions.IDiagnostic.ReferenceId
7 references to ReferenceId
Microsoft.DotNet.ApiCompatibility (7)
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);
118
string.Equals(
ReferenceId
, other.
ReferenceId
, StringComparison.InvariantCultureIgnoreCase);
131
if (
ReferenceId
!= null)
133
hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(
ReferenceId
.ToLowerInvariant());
Runner\ApiCompatRunner.cs (1)
76
Target = difference.
ReferenceId
,