1 instantiation of EndpointReferenceAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
803
endpointReferenceAnnotation = new
EndpointReferenceAnnotation
(resourceWithEndpoints);
4 references to EndpointReferenceAnnotation
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
449
private static Action<EnvironmentCallbackContext> CreateEndpointReferenceEnvironmentPopulationCallback(
EndpointReferenceAnnotation
endpointReferencesAnnotation, string? specificEndpointName = null, string? name = null)
453
var
annotation = endpointReferencesAnnotation;
796
var
endpointReferenceAnnotation = builder.Resource.Annotations
797
.OfType<
EndpointReferenceAnnotation
>()