2 references to PageSize
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\BufferedTextWriter.cs (2)
20
_currentOutput = new(
PageSize
);
62
_currentOutput = _previousOutput ?? new(
PageSize
);