2 writes to Callback
Aspire.Hosting (2)
Pipelines\PipelineConfigurationAnnotation.cs (2)
30Callback = callback; 40Callback = (context) =>
15 references to Callback
Aspire.Hosting (1)
Pipelines\DistributedApplicationPipeline.cs (1)
785callbacks.Add(annotation.Callback);
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppEnvironmentResource.cs (1)
136annotation.Callback(context);
Aspire.Hosting.Azure.AppService (1)
AzureAppServiceEnvironmentResource.cs (1)
153annotation.Callback(context);
Aspire.Hosting.Azure.Kubernetes (1)
AzureKubernetesEnvironmentExtensions.cs (1)
890await annotation.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Azure.Sandboxes (1)
AzureSandboxGroupResource.cs (1)
108await annotation.Callback(context).ConfigureAwait(false);
Aspire.Hosting.Azure.Tests (5)
AzureSandboxesTests.cs (5)
2442await annotation.Callback(new PipelineConfigurationContext 2490await annotation.Callback(configurationContext); 2998await annotation.Callback(context); 3037await annotation.Callback(context); 3084await annotation.Callback(context);
Aspire.Hosting.Docker (1)
DockerComposeEnvironmentResource.cs (1)
230annotation.Callback(context);
Aspire.Hosting.Foundry.Tests (3)
ToolboxTests.cs (3)
838await configAnnotation.Callback(configCtx); 874await configAnnotation.Callback(configCtx); 913await configurationAnnotation.Callback(new PipelineConfigurationContext
Aspire.Hosting.Rust.Tests (1)
AddRustAppPublishTests.cs (1)
327await annotation.Callback(new PipelineConfigurationContext