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