3 instantiations of NestedSingleAsyncResult
System (3)
net\System\Net\_ConnectStream.cs (3)
1059asyncResult = (async) ? new NestedSingleAsyncResult(this, state, callback, buffer, offset, size) : null; 1759NestedSingleAsyncResult completedResult = new NestedSingleAsyncResult(this, state, callback, ZeroLengthRead); 1772NestedSingleAsyncResult completedResult = new NestedSingleAsyncResult(this, state, callback, bytesAlreadyRead);
7 references to NestedSingleAsyncResult
System (7)
net\System\Net\_ConnectStream.cs (7)
1203NestedSingleAsyncResult castedSingleAsyncResult = userResult as NestedSingleAsyncResult; 1759NestedSingleAsyncResult completedResult = new NestedSingleAsyncResult(this, state, callback, ZeroLengthRead); 1772NestedSingleAsyncResult completedResult = new NestedSingleAsyncResult(this, state, callback, bytesAlreadyRead); 1870NestedSingleAsyncResult castedAsyncResult = (NestedSingleAsyncResult)asyncResult.AsyncState; 1921if ((asyncResult.GetType() == typeof(NestedSingleAsyncResult)) || m_Chunked)