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