2 references to _stoppedSource
Microsoft.AspNetCore.Hosting (2)
Internal\ApplicationLifetime.cs (2)
47
public CancellationToken ApplicationStopped =>
_stoppedSource
.Token;
96
_stoppedSource
.Cancel();