1 reference to GetHashCode
System.Net.Mail (1)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
112
public static string IdOf(object? value) => value != null ? value.GetType().Name + "#" +
GetHashCode
(value) : NullInstance;