1 write to _runContinuationsAsynchronously
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (1)
45
set =>
_runContinuationsAsynchronously
= value;
3 references to _runContinuationsAsynchronously
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (3)
44
get =>
_runContinuationsAsynchronously
;
246
if (
_runContinuationsAsynchronously
)
257
ManualResetValueTaskSourceCoreShared.InvokeContinuationWithContext(context, continuation, state,
_runContinuationsAsynchronously
);