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)
13
private
TextChunkListBuilder
_currentOutput;
14
private
TextChunkListBuilder
? _previousOutput;
61
var
outputToFlush = _currentOutput;