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