2 references to _startedSource
Microsoft.AspNetCore.Hosting (2)
Internal\ApplicationLifetime.cs (2)
34
public CancellationToken ApplicationStarted =>
_startedSource
.Token;
79
_startedSource
.Cancel();