3 writes to _outstandingConnectionDisposals
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.cs (2)
1154
Interlocked.Increment(ref
_outstandingConnectionDisposals
);
1166
Interlocked.Decrement(ref
_outstandingConnectionDisposals
);
TlsEventPump.UserCallbacks.cs (1)
112
|| Volatile.Read(ref
_outstandingConnectionDisposals
) != 0)