2 writes to rawConnection
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
1162
this.
rawConnection
= connection;
1194
this.
rawConnection
= null;
4 references to rawConnection
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionPool.cs (4)
1137
IAsyncResult result = parent.BeginAcceptPooledConnection(this.
rawConnection
,
1156
parent.SnapshotConnection(this.currentConnection, this.
rawConnection
, !this.newConnection);
1178
else if (this.
rawConnection
!= null)
1191
parent.connectionPool.ReturnConnection(parent.connectionKey, this.
rawConnection
,