3 instantiations of TextChunkPage
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunkListBuilder.cs (2)
20_currentPage = new TextChunkPage(pageLength); 27_currentPage = new TextChunkPage(pageLength);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\TextChunkPageTest.cs (1)
14var page = new TextChunkPage(3);
4 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)
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
Buffering\TextChunkPageTest.cs (1)
14var page = new TextChunkPage(3);