1 write to _pool
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (1)
56
_pool
= pool;
3 references to _pool
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (3)
359
if (minSize <=
_pool
.MaxBufferSize)
362
newSegment.SetOwnedMemory(
_pool
.Rent(GetSegmentSize(minSize,
_pool
.MaxBufferSize)));