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