1 write to _hostOptions
Microsoft.Extensions.Hosting.WindowsServices (1)
WindowsServiceLifetime.cs (1)
57
_hostOptions
= optionsAccessor.Value;
2 references to _hostOptions
Microsoft.Extensions.Hosting.WindowsServices (2)
WindowsServiceLifetime.cs (2)
153
_delayStop.Wait(
_hostOptions
.ShutdownTimeout);
169
_delayStop.Wait(
_hostOptions
.ShutdownTimeout);