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