1 instantiation of NestedMultipleAsyncResult
System (1)
net\System\Net\_ConnectStream.cs (1)
989asyncResult = (async) ? new NestedMultipleAsyncResult(this, state, callback, buffers) : null;
2 references to NestedMultipleAsyncResult
System (2)
net\System\Net\_ConnectStream.cs (2)
1234NestedMultipleAsyncResult castedMultipleAsyncResult = (NestedMultipleAsyncResult) userResult;