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