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