2 writes to Owner
System (2)
net\System\Net\mail\smtpconnection.cs (2)
624
pooledStream.
Owner
= ConnectAndHandshakeAsyncResult.connection; //needs to be updated for gc reasons
685
pooledStream.
Owner
= this.connection; //needs to be updated for gc reasons
10 references to Owner
System (10)
net\System\Net\_PooledStream.cs (4)
152
GlobalLog.Assert(owningObject ==
Owner
||
Owner
== null, "PooledStream::Activate|Owner is not the same as expected.");
199
GlobalLog.Assert(owningObject ==
Owner
||
Owner
== null, "PooledStream::ConnectionCallback|Owner is not the same as expected.");
net\System\Net\mail\smtpconnection.cs (6)
212
connectionPool.PutConnection(pooledStream, pooledStream.
Owner
, Timeout);
238
connectionPool.PutConnection(pooledStream, pooledStream.
Owner
, Timeout, false);
332
connectionPool.PutConnection(pooledStream, pooledStream.
Owner
, Timeout, false);
616
pooledStream.
Owner
, ConnectAndHandshakeAsyncResult.connection.Timeout, false);
632
ConnectAndHandshakeAsyncResult.connection.connectionPool.PutConnection(pooledStream, pooledStream.
Owner
, ConnectAndHandshakeAsyncResult.connection.Timeout, false);
677
connection.connectionPool.PutConnection(pooledStream, pooledStream.
Owner
, connection.Timeout, false);