2 writes to Callback
Aspire.Hosting (2)
ApplicationModel\CommandLineArgsCallbackAnnotation.cs (2)
22Callback = callback; 33Callback = (c) =>
6 references to Callback
Aspire.Hosting (1)
ApplicationModel\ResourceExtensions.cs (1)
293await callback.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Azure (1)
AzureResourcePreparer.cs (1)
381await c.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Azure.AppContainers (1)
ContainerAppContext.cs (1)
392await c.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceWebsiteContext.cs (1)
71await c.Callback(context).ConfigureAwait(true);
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentContext.cs (1)
154await callback.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Kubernetes (1)
KubernetesResource.cs (1)
232await c.Callback(context).ConfigureAwait(false);