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)
13private TextChunkPage? _currentPage; 14private List<TextChunkPage>? _priorPages; 41foreach (var page in _priorPages)