4 writes to currentConnection
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionPool.cs (4)
1149this.currentConnection = parent.EndAcceptPooledConnection(result); 1163this.currentConnection = connection; 1175this.currentConnection = null; 1193this.currentConnection = null;
5 references to currentConnection
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionPool.cs (5)
997return thisPtr.currentConnection; 1032while (this.currentConnection != null) 1156parent.SnapshotConnection(this.currentConnection, this.rawConnection, !this.newConnection); 1172if (this.currentConnection != null) 1174this.currentConnection.Abort();