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