2 references to _charArraySegmentBuilder
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\BufferedTextWriter.cs (2)
29=> _currentOutput.Add(new TextChunk(new ArraySegment<char>(buffer, index, count), _charArraySegmentBuilder)); 65await outputToFlush.WriteToAsync(_underlying, _charArraySegmentBuilder.ToString());