2 references to _startedSource
Microsoft.Extensions.Hosting (2)
Internal\ApplicationLifetime.cs (2)
36
public CancellationToken ApplicationStarted =>
_startedSource
.Token;
74
_startedSource
.Cancel();