2 writes to connectionKey
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
732return this.connectionPool.TakeConnection(null, this.via, timeout, out this.connectionKey); 831connectionKey = null;
5 references to connectionKey
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPool.cs (5)
800this.connectionPool.ReturnConnection(connectionKey, localRawConnection, false, TimeSpan.Zero); 861this.connectionPool.ReturnConnection(this.connectionKey, rawConnection, false, TimeSpan.Zero); 896localConnectionKey = this.connectionKey; 1004TD.EstablishConnectionStart(this.EventTraceActivity, this.parent.connectionKey); 1191parent.connectionPool.ReturnConnection(parent.connectionKey, this.rawConnection,