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)
28public override int GetHashCode() => HashCode.Combine(_dataSourceHashCode, _dataMember);