1 write to _runContinuationsAsynchronously
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (1)
47set => _runContinuationsAsynchronously = value;
3 references to _runContinuationsAsynchronously
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Sources\ManualResetValueTaskSourceCore.cs (3)
46get => _runContinuationsAsynchronously; 229if (_runContinuationsAsynchronously) 240ManualResetValueTaskSourceCoreShared.InvokeContinuationWithContext(context, continuation, _continuationState, _runContinuationsAsynchronously);