2 references to _stoppedSource
Microsoft.Extensions.Hosting (2)
Internal\ApplicationLifetime.cs (2)
52
public CancellationToken ApplicationStopped =>
_stoppedSource
.Token;
101
_stoppedSource
.Cancel();