3 writes to _outstandingUserCallbacks
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.UserCallbacks.cs (3)
111
|| Volatile.Read(ref
_outstandingUserCallbacks
) != 0
149
Interlocked.Increment(ref
_outstandingUserCallbacks
);
169
Interlocked.Decrement(ref
_outstandingUserCallbacks
);