1 write to RunContinuationsAsynchronously
System.Threading.Channels (1)
System\Threading\Channels\AsyncOperation.cs (1)
110RunContinuationsAsynchronously = runContinuationsAsynchronously;
4 references to RunContinuationsAsynchronously
System.Threading.Channels (4)
System\Threading\Channels\AsyncOperation.cs (3)
217if (RunContinuationsAsynchronously) 233if (RunContinuationsAsynchronously || sc != SynchronizationContext.Current) 248if (RunContinuationsAsynchronously || ts != TaskScheduler.Current)
System\Threading\Channels\BoundedChannel.cs (1)
278ChannelUtilities.AssertAll(parent._waitingWritersHead, static writer => writer.RunContinuationsAsynchronously, "All WaitToWriteAsync waiters should have been asynchronous.");