3 references to CORINFO_CONTINUATION_CONTINUE_ON_THREAD_POOL
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
480
CorInfoContinuationFlags.
CORINFO_CONTINUATION_CONTINUE_ON_THREAD_POOL
|
516
if ((continuation.Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_CONTINUE_ON_THREAD_POOL
) != 0)
725
flags |= CorInfoContinuationFlags.
CORINFO_CONTINUATION_CONTINUE_ON_THREAD_POOL
;