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