3 references to _stoppingSource
Microsoft.Extensions.Hosting (3)
Internal\ApplicationLifetime.cs (3)
45public CancellationToken ApplicationStopping => _stoppingSource.Token; 62lock (_stoppingSource) 66_stoppingSource.Cancel();