2 writes to _serviceStopRequested
Microsoft.Extensions.Hosting.WindowsServices (2)
WindowsServiceLifetime.cs (2)
150
_serviceStopRequested
= true;
166
_serviceStopRequested
= true;
1 reference to _serviceStopRequested
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
124
if (!
_serviceStopRequested
)