4 references to EnvironmentCallbackAnnotation
Aspire.Hosting (2)
ResourceBuilderExtensions.cs (2)
117
return builder.WithAnnotation(new
EnvironmentCallbackAnnotation
(callback));
597
builder.WithAnnotation(new
EnvironmentCallbackAnnotation
(context =>
Aspire.Hosting.Azure.EventHubs (1)
AzureEventHubsExtensions.cs (1)
257
builder.WithAnnotation(new
EnvironmentCallbackAnnotation
((EnvironmentCallbackContext context) =>
Aspire.Hosting.Azure.ServiceBus (1)
AzureServiceBusExtensions.cs (1)
379
builder.WithAnnotation(new
EnvironmentCallbackAnnotation
((EnvironmentCallbackContext context) =>