3 references to BufferSegmentStack
System.IO.Pipelines (3)
System\IO\Pipelines\Pipe.cs (1)
100
_bufferSegmentPool = new
BufferSegmentStack
(options.InitialSegmentPoolSize);
System\IO\Pipelines\StreamPipeReader.cs (1)
52
_bufferSegmentPool = new
BufferSegmentStack
(InitialSegmentPoolSize);
System\IO\Pipelines\StreamPipeWriter.cs (1)
61
_bufferSegmentPool = new
BufferSegmentStack
(InitialSegmentPoolSize);