2 writes to dataContextConnection
System.Data.Services (2)
System\Data\Services\Caching\MetadataCache.cs (2)
121
this.
dataContextConnection
= null;
129
this.
dataContextConnection
= new EntityConnectionStringBuilder(connection.ConnectionString).Metadata;
3 references to dataContextConnection
System.Data.Services (3)
System\Data\Services\Caching\MetadataCache.cs (3)
130
this.hashCode ^= this.
dataContextConnection
.GetHashCode();
144
return x.
dataContextConnection
== y.
dataContextConnection
&& x.serviceType == y.serviceType;