5 references to _delayStart
Microsoft.Extensions.Hosting.WindowsServices (5)
WindowsServiceLifetime.cs (5)
77cancellationToken.Register(() => _delayStart.TrySetCanceled()); 96return _delayStart.Task; 104_delayStart.TrySetException(new InvalidOperationException("Stopped without starting")); 109_delayStart.TrySetException(ex); 140_delayStart.TrySetResult(null);