3 references to GetSpecialHashCode
System.Data.Common (3)
System\Data\DataColumnCollection.cs (2)
719
int hashcode = _table.
GetSpecialHashCode
(name);
829
column._hashCode = _table.
GetSpecialHashCode
(name);
System\Data\DataTable.cs (1)
1490
column._hashCode =
GetSpecialHashCode
(column.ColumnName);