3 writes to _running
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (3)
TlsEventPump.cs (3)
323internal void StopRunning() => _running = false; 1191internal void SignalStop() => _running = false; 1219_running = false;
4 references to _running
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
TlsEventPump.cs (4)
360while (_running) 381if (_running) 531/// (<see cref="_running"/> cleared) or the listen socket has been detached 548while (_running && _listenFd >= 0)