2 writes to _backgroundServiceExceptions
Microsoft.Extensions.Hosting (2)
Internal\Host.cs (2)
227List<Exception> exceptions = LazyInitializer.EnsureInitialized(ref _backgroundServiceExceptions); 337List<Exception>? backgroundServiceExceptions = Volatile.Read(ref _backgroundServiceExceptions);