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)
456
if ((continuation.Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
) != 0)
591
finalContinuation.Flags = CorInfoContinuationFlags.CORINFO_CONTINUATION_RESULT_IN_GCDATA | CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
596
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
611
Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
,