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