2 writes to CanBePooled
System (2)
net\System\Net\_CommandStream.cs (1)
77CanBePooled = false;
net\System\Net\_Connection.cs (1)
2932CanBePooled = false;
10 references to CanBePooled
System (10)
net\System\Net\_Connection.cs (5)
620if (!CanBePooled) 1020if (!CanBePooled) { 1233if (!m_KeepAlive || m_Error != WebExceptionStatus.Success || !CanBePooled) { 1414if (!m_KeepAlive || m_Error != WebExceptionStatus.Success || !CanBePooled) 3281if (request.ConnectionReaderAsyncResult.InternalPeekCompleted && request.ConnectionReaderAsyncResult.Result == null && CanBePooled)
net\System\Net\_PooledStream.cs (1)
291GlobalLog.Assert(CanBePooled, "Pooled object is not poolable.");
net\System\Net\connectionpool.cs (4)
376GlobalLog.Assert(pooledStream.CanBePooled, "Pooled object is not poolable."); 400if (!newObj.CanBePooled) 691if (canReuse && pooledStream.CanBePooled) { 731GlobalLog.Assert(pooledStream.CanBePooled, "Non-poolable object in pool.");