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