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