1 instantiation of EndpointReferenceAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
823
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;
816
var
endpointReferenceAnnotation = builder.Resource.Annotations
817
.OfType<
EndpointReferenceAnnotation
>()