3 writes to _running
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.cs (3)
352internal void StopRunning() => _running = false; 1320internal void SignalStop() => _running = false; 1350_running = false;
5 references to _running
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (5)
TlsEventPump.cs (5)
389while (_running) 410if (_running) 480if (_running) 602/// (<see cref="_running"/> cleared) or the listen socket has been detached 619while (_running && _listenFd >= 0)