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