2 writes to hashCode
System.Data.Services (2)
System\Data\Services\Caching\MetadataCache.cs (2)
122
this.
hashCode
= this.serviceType.GetHashCode();
130
this.
hashCode
^= this.dataContextConnection.GetHashCode();
1 reference to hashCode
System.Data.Services (1)
System\Data\Services\Caching\MetadataCache.cs (1)
152
return obj.
hashCode
;