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