2 writes to _serviceStopRequested
Microsoft.Extensions.Hosting.WindowsServices (2)
WindowsServiceLifetime.cs (2)
153
_serviceStopRequested
= true;
169
_serviceStopRequested
= true;
1 reference to _serviceStopRequested
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
127
if (!
_serviceStopRequested
)