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