3 references to CORINFO_CONTINUATION_RESULT_IN_GCDATA
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (3)
232
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_RESULT_IN_GCDATA
| CorInfoContinuationFlags.CORINFO_CONTINUATION_NEEDS_EXCEPTION;
298
finalContinuation.Flags = CorInfoContinuationFlags.
CORINFO_CONTINUATION_RESULT_IN_GCDATA
| CorInfoContinuationFlags.CORINFO_CONTINUATION_NEEDS_EXCEPTION;
379
continuation.GCData![(continuation.Flags & CorInfoContinuationFlags.
CORINFO_CONTINUATION_RESULT_IN_GCDATA
) != 0 ? 1 : 0] = ex;