2 writes to _count
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunkPage.cs (2)
30_buffer[_count++] = value; 41_count = 0;
2 references to _count
Microsoft.AspNetCore.Components.Endpoints (2)
Rendering\Buffering\TextChunkPage.cs (2)
24public int Count => _count; 28if (_count < _buffer.Length)