2 instantiations of TextChunkListBuilder
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\BufferedTextWriter.cs (2)
20_currentOutput = new(PageSize); 62_currentOutput = _previousOutput ?? new(PageSize);
3 references to TextChunkListBuilder
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\Buffering\BufferedTextWriter.cs (3)
13private TextChunkListBuilder _currentOutput; 14private TextChunkListBuilder? _previousOutput; 61var outputToFlush = _currentOutput;