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