2 writes to hashCode
Microsoft.Maui.Controls.BindingSourceGen (2)
HashCode.cs (2)
18 hashCode = Hash(hashCode, value); 23 hashCode = Hash(hashCode, value, comparer);
3 references to hashCode
Microsoft.Maui.Controls.BindingSourceGen (3)
HashCode.cs (3)
18 hashCode = Hash(hashCode, value); 23 hashCode = Hash(hashCode, value, comparer); 26 public readonly int ToHashCode() => hashCode;