3 writes to _pinCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (3)
75
if (Volatile.Read(ref
_pinCount
) > 0)
146
_pinCount
++;
200
_pinCount
--;
2 references to _pinCount
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Shared\Buffers.MemoryPool\DiagnosticPoolBlock.cs (2)
195
if (
_pinCount
== 0)
202
if (
_pinCount
== 0)