2 references to GetHashCode
System.Net.Http (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (1)
106public static string IdOf(object? value) => value != null ? value.GetType().Name + "#" + GetHashCode(value) : NullInstance;
System\Net\Http\NetEventSource.Http.cs (1)
36Log.ContentNull(IdOf(obj), GetHashCode(obj));