2 implementations of GetPage
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\MemoryPoolViewBufferScope.cs (1)
36public ViewBufferValue[] GetPage(int pageSize)
Microsoft.AspNetCore.Mvc.Views.TestCommon (1)
TestViewBufferScope.cs (1)
14public ViewBufferValue[] GetPage(int size)
1 reference to GetPage
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Buffers\ViewBuffer.cs (1)
149AddPage(new ViewBufferPage(_bufferScope.GetPage(_pageSize)));