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);