2 instantiations of TextChunkPage
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunkListBuilder.cs (2)
20
_currentPage = new
TextChunkPage
(pageLength);
27
_currentPage = new
TextChunkPage
(pageLength);
3 references to TextChunkPage
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\Buffering\TextChunkListBuilder.cs (3)
13
private
TextChunkPage
? _currentPage;
14
private List<
TextChunkPage
>? _priorPages;
41
foreach (
var
page in _priorPages)