1 write to _viewBufferPool
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\MemoryPoolViewBufferScope.cs (1)
31
_viewBufferPool
= viewBufferPool;
3 references to _viewBufferPool
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
Buffers\MemoryPoolViewBufferScope.cs (3)
58
segment =
_viewBufferPool
.Rent(Math.Max(pageSize, MinimumSize));
63
_viewBufferPool
.Return(segment);
107
_viewBufferPool
.Return(_leased[i], clearArray: true);