3 types derived from CoalescingAsyncOperation
Aspire.Hosting.DevTunnels (3)
DevTunnelLoginManager.cs (1)
14ILogger<DevTunnelLoginManager> logger) : CoalescingAsyncOperation
LoggedOutNotificationManager.cs (1)
7internal sealed class LoggedOutNotificationManager(IInteractionService interactionService) : CoalescingAsyncOperation
RequiredCommandValidator.cs (1)
24internal abstract class RequiredCommandValidator(IInteractionService interactionService, ILogger logger) : CoalescingAsyncOperation
3 references to CoalescingAsyncOperation
Aspire.Hosting.DevTunnels (3)
CoalescingAsyncOperation.cs (2)
49var self = (CoalescingAsyncOperation)state!;
RequiredCommandValidator.cs (1)
11/// Base class that extends <see cref="CoalescingAsyncOperation"/> with validation logic