1 write to Pool
System.IO.Pipelines (1)
System\IO\Pipelines\PipeOptions.cs (1)
79
Pool
= pool ?? MemoryPool<byte>.Shared;
4 references to Pool
System.IO.Pipelines (4)
System\IO\Pipelines\Pipe.cs (1)
240
pool = _options.
Pool
;
System\IO\Pipelines\PipeOptions.cs (3)
80
IsDefaultSharedMemoryPool =
Pool
== MemoryPool<byte>.Shared;
100
/// <summary>Gets the minimum size of the segment requested from the <see cref="System.IO.Pipelines.PipeOptions.
Pool
" />.</summary>
101
/// <value>The minimum size of the segment requested from the <see cref="System.IO.Pipelines.PipeOptions.
Pool
" />.</value>