3 references to _stoppingSource
Microsoft.AspNetCore.Hosting (3)
Internal\ApplicationLifetime.cs (3)
40public CancellationToken ApplicationStopping => _stoppingSource.Token; 57lock (_stoppingSource) 61_stoppingSource.Cancel();