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