2 types derived from CoalescingAsyncOperation
Aspire.Hosting.DevTunnels (2)
DevTunnelLoginManager.cs (1)
14ILogger<DevTunnelLoginManager> logger) : CoalescingAsyncOperation
RequiredCommandValidator.cs (1)
23internal 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)
10/// Base class that extends <see cref="CoalescingAsyncOperation"/> with validation logic