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