1 reference to NullInstance
System.Transactions.Local (1)
System\Transactions\TransactionsEtwProvider.cs (1)
227
public static string IdOf(object? value) => value != null ? value.GetType().Name + "#" + GetHashCode(value) :
NullInstance
;