1 write to _runContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\AsyncOperation.cs (1)
87
_runContinuationsAsynchronously
= runContinuationsAsynchronously;
3 references to _runContinuationsAsynchronously
System.Threading.Channels (3)
System\Threading\Channels\AsyncOperation.cs (3)
392
if (
_runContinuationsAsynchronously
)
403
if (
_runContinuationsAsynchronously
|| sc != SynchronizationContext.Current)
416
if (
_runContinuationsAsynchronously
|| ts != TaskScheduler.Current)