3 writes to _count
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
Internal\SocketSenderPool.cs (3)
29
Interlocked.Decrement(ref
_count
);
38
if (_disposed || Interlocked.Increment(ref
_count
) > MaxQueueSize)
40
Interlocked.Decrement(ref
_count
);