2 writes to _hashCode
System.Data.Common (2)
System\Data\DataColumnCollection.cs (1)
829column._hashCode = _table.GetSpecialHashCode(name);
System\Data\DataTable.cs (1)
1485column._hashCode = GetSpecialHashCode(column.ColumnName);
2 references to _hashCode
System.Data.Common (2)
System\Data\DataColumnCollection.cs (2)
724if ((hashcode == 0 || column._hashCode == 0 || column._hashCode == hashcode) &&