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)
23
public TextChunk[] Buffer =>
_buffer
;
28
if (_count <
_buffer
.Length)
30
_buffer
[_count++] = value;