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