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)