1 write to Pool
System.IO.Pipelines (1)
System\IO\Pipelines\PipeOptions.cs (1)
84
Pool
= pool ?? MemoryPool<byte>.Shared;
5 references to Pool
System.IO.Pipelines (5)
System\IO\Pipelines\Pipe.cs (2)
275
pool = _options.
Pool
;
304
pool = _options.
Pool
;
System\IO\Pipelines\PipeOptions.cs (3)
85
IsDefaultSharedMemoryPool =
Pool
== MemoryPool<byte>.Shared;
105
/// <summary>Gets the minimum size of the segment requested from the <see cref="System.IO.Pipelines.PipeOptions.
Pool
" />.</summary>
106
/// <value>The minimum size of the segment requested from the <see cref="System.IO.Pipelines.PipeOptions.
Pool
" />.</value>