3 references to _stoppingSource
Microsoft.Extensions.Hosting (3)
Internal\ApplicationLifetime.cs (3)
45
public CancellationToken ApplicationStopping =>
_stoppingSource
.Token;
62
lock (
_stoppingSource
)
66
_stoppingSource
.Cancel();