2 references to ShouldInterrupt
Aspire.Hosting (2)
Health\ResourceHealthCheckService.cs (2)
338var shouldInterrupt = ShouldInterrupt(resourceEvent, LatestEvent); 354if (currentEvent != null && ShouldInterrupt(currentEvent, LatestEvent))