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