1 instantiation of AsyncConnectionPoolRequest
System (1)
net\System\Net\connectionpool.cs (1)
619AsyncConnectionPoolRequest asyncState = new AsyncConnectionPoolRequest(this, owningObject, asyncCallback, creationTimeout);
4 references to AsyncConnectionPoolRequest
System (4)
net\System\Net\connectionpool.cs (4)
159private void QueueRequest(AsyncConnectionPoolRequest asyncRequest) { 183AsyncConnectionPoolRequest asyncState = null; 185asyncState = (AsyncConnectionPoolRequest) m_QueuedRequests.Dequeue(); 619AsyncConnectionPoolRequest asyncState = new AsyncConnectionPoolRequest(this, owningObject, asyncCallback, creationTimeout);