1 write to WriterScheduler
System.IO.Pipelines (1)
System\IO\Pipelines\PipeOptions.cs (1)
82WriterScheduler = writerScheduler ?? PipeScheduler.ThreadPool;
3 references to WriterScheduler
System.IO.Pipelines (3)
System\IO\Pipelines\Pipe.cs (1)
44private PipeScheduler WriterScheduler => _options.WriterScheduler;
System\IO\Pipelines\PipeOptions.cs (2)
25/// <param name="useSynchronizationContext"><see langword="true" /> if asynchronous continuations should be executed on the <see cref="System.Threading.SynchronizationContext" /> they were captured on; <see langword="false" /> otherwise. This takes precedence over the schedulers specified in <see cref="System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="System.IO.Pipelines.PipeOptions.WriterScheduler" />.</param> 88/// <summary>Gets a value that determines if asynchronous callbacks and continuations should be executed on the <see cref="System.Threading.SynchronizationContext" /> they were captured on. This takes precedence over the schedulers specified in <see cref="System.IO.Pipelines.PipeOptions.ReaderScheduler" /> and <see cref="System.IO.Pipelines.PipeOptions.WriterScheduler" />.</summary>