3 writes to _doingWork
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
Internal\IOQueue.cs (3)
23
if (Interlocked.CompareExchange(ref
_doingWork
, 1, 0) == 0)
43
_doingWork
= 0;
57
if (Interlocked.Exchange(ref
_doingWork
, 1) == 1)