7 references to CORINFO_CONTINUATION_NEEDS_EXCEPTION
System.Private.CoreLib (7)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (7)
232
finalContinuation.Flags = CorInfoContinuationFlags.CORINFO_CONTINUATION_RESULT_IN_GCDATA | CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
237
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
272
Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
,
298
finalContinuation.Flags = CorInfoContinuationFlags.CORINFO_CONTINUATION_RESULT_IN_GCDATA | CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
303
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
;
338
Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
,
405
if ((continuation.Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_NEEDS_EXCEPTION
) != 0)