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