1 write to _dataSourceHashCode
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.HashKey.cs (1)
24
_dataSourceHashCode
= dataSource.GetHashCode();
1 reference to _dataSourceHashCode
System.Windows.Forms (1)
System\Windows\Forms\DataBinding\BindingContext.HashKey.cs (1)
28
public override int GetHashCode() => HashCode.Combine(
_dataSourceHashCode
, _dataMember);