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