5 references to CORINFO_CONTINUATION_NEEDS_EXCEPTION
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (5)
111
if ((Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
) != 0)
420
if ((continuation.Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
) != 0)
546
finalContinuation.Flags = CorInfoContinuationFlags.CORINFO_CONTINUATION_RESULT_IN_GCDATA | CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
551
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
566
Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
,