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)
24
public virtual Task? ExecuteTask =>
_executeTask
;
63
if (
_executeTask
== null)
76
await
_executeTask
.WaitAsync(cancellationToken).ConfigureAwait(ConfigureAwaitOptions.SuppressThrowing);