3 references to ExecuteCommandCoreAsync
Aspire.Hosting (3)
ApplicationModel\ResourceCommandService.cs (3)
62return await ExecuteCommandCoreAsync(resourceEvent.ResourceId, resourceEvent.Resource, commandName, cancellationToken).ConfigureAwait(false); 78return await ExecuteCommandCoreAsync(names[0], resource, commandName, cancellationToken).ConfigureAwait(false); 85tasks.Add(ExecuteCommandCoreAsync(name, resource, commandName, cancellationToken));