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)
24
public int Count =>
_count
;
28
if (
_count
< _buffer.Length)