1 write to _executeTask
Microsoft.Extensions.Hosting.Abstractions (1)
BackgroundService.cs (1)
47_executeTask = cancellationToken.IsCancellationRequested
3 references to _executeTask
Microsoft.Extensions.Hosting.Abstractions (3)
BackgroundService.cs (3)
24public virtual Task? ExecuteTask => _executeTask; 63if (_executeTask == null) 76await _executeTask.WaitAsync(cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);