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