1 write to _buffer
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\Buffering\TextChunkPage.cs (1)
20_buffer = new TextChunk[capacity];
3 references to _buffer
Microsoft.AspNetCore.Components.Endpoints (3)
Rendering\Buffering\TextChunkPage.cs (3)
23public TextChunk[] Buffer => _buffer; 28if (_count < _buffer.Length) 30_buffer[_count++] = value;