1 reference to s_unreliableTypes
PresentationFramework (1)
HashHelper.cs (1)
26
internal static bool HasReliableHashCode(object item) => item is not null && !
s_unreliableTypes
.Contains(item.GetType());