2 references to NullInstance
System.Net.Quic (2)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (2)
106
public static string IdOf(object? value) => value != null ? value.GetType().Name + "#" + GetHashCode(value) :
NullInstance
;
117
return
NullInstance
;