3 references to _stoppingSource
Microsoft.Extensions.Hosting (3)
Internal\ApplicationLifetime.cs (3)
39
public CancellationToken ApplicationStopping =>
_stoppingSource
.Token;
52
lock (
_stoppingSource
)
56
_stoppingSource
.Cancel();