3 references to TextChunkListBuilder
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\Buffering\BufferedTextWriter.cs (3)
13private TextChunkListBuilder _currentOutput; 14private TextChunkListBuilder? _previousOutput; 61var outputToFlush = _currentOutput;