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