1 write to serviceType
System.Data.Services (1)
System\Data\Services\Caching\MetadataCache.cs (1)
120
this.
serviceType
= serviceType;
3 references to serviceType
System.Data.Services (3)
System\Data\Services\Caching\MetadataCache.cs (3)
122
this.hashCode = this.
serviceType
.GetHashCode();
144
return x.dataContextConnection == y.dataContextConnection && x.
serviceType
== y.
serviceType
;