3 references to HopToThreadPoolAwaitable
mscorlib (3)
system\security\cryptography\cryptostream.cs (3)
336public HopToThreadPoolAwaitable GetAwaiter() { return this; } 350await default(HopToThreadPoolAwaitable); // computationally-intensive operation follows, so force execution to run asynchronously 605await default(HopToThreadPoolAwaitable); // computationally-intensive operation follows, so force execution to run asynchronously