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