5 references to Type
Microsoft.DotNet.ApiCompatibility (5)
CompatDifference.cs (5)
83new(Left, Right, DiagnosticId, Message, Type, ReferenceId, newSeverity, LeftStability, RightStability);
86new(Left, Right, DiagnosticId, Message, Type, ReferenceId, Severity, leftStability, rightStability);
117Type.Equals(other.Type) &&
130hashCode = hashCode * -1521134295 + EqualityComparer<string>.Default.GetHashCode(Type.ToString().ToLowerInvariant());