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