2 references to _checkEnablement
Aspire.Hosting (2)
Health\ResourceHealthCheckScheduler.cs (2)
28return _checkEnablement.TryGetValue(check.Name, out var enabled) ? enabled : false; 62_checkEnablement[annotation.Key] = enabled;