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