2 references to NestedSingleAsyncResult
System (2)
net\System\Net\_ConnectStream.cs (2)
1759
NestedSingleAsyncResult completedResult = new
NestedSingleAsyncResult
(this, state, callback, ZeroLengthRead);
1772
NestedSingleAsyncResult completedResult = new
NestedSingleAsyncResult
(this, state, callback, bytesAlreadyRead);