3 types derived from CoalescingAsyncOperation
Aspire.Hosting.DevTunnels (3)
DevTunnelLoginManager.cs (1)
14
ILogger<DevTunnelLoginManager> logger) :
CoalescingAsyncOperation
LoggedOutNotificationManager.cs (1)
7
internal sealed class LoggedOutNotificationManager(IInteractionService interactionService) :
CoalescingAsyncOperation
RequiredCommandValidator.cs (1)
24
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)
11
/// Base class that extends <see cref="
CoalescingAsyncOperation
"/> with validation logic