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