1 write to Pool
System.IO.Pipelines (1)
System\IO\Pipelines\PipeOptions.cs (1)
84Pool = pool ?? MemoryPool<byte>.Shared;
5 references to Pool
System.IO.Pipelines (5)
System\IO\Pipelines\Pipe.cs (2)
275pool = _options.Pool; 304pool = _options.Pool;
System\IO\Pipelines\PipeOptions.cs (3)
85IsDefaultSharedMemoryPool = 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>