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)
58segment = _viewBufferPool.Rent(Math.Max(pageSize, MinimumSize)); 63_viewBufferPool.Return(segment); 107_viewBufferPool.Return(_leased[i], clearArray: true);