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