6 writes to Flags
System.Private.CoreLib (6)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (6)
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,
2 references to Flags
System.Private.CoreLib (2)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (2)
379
continuation.GCData![(continuation.
Flags
& CorInfoContinuationFlags.CORINFO_CONTINUATION_RESULT_IN_GCDATA) != 0 ? 1 : 0] = ex;
405
if ((continuation.
Flags
& CorInfoContinuationFlags.CORINFO_CONTINUATION_NEEDS_EXCEPTION) != 0)