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