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