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)
392if (_runContinuationsAsynchronously) 403if (_runContinuationsAsynchronously || sc != SynchronizationContext.Current) 416if (_runContinuationsAsynchronously || ts != TaskScheduler.Current)