1 write to _hashCode
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
20
_hashCode
= sidString == null ? 0 : sidString.GetHashCode();
1 reference to _hashCode
System.Data.Odbc (1)
Common\System\Data\ProviderBase\DbConnectionPoolIdentity.cs (1)
46
return
_hashCode
;