1 instantiation of EndpointReferenceAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
722
endpointReferenceAnnotation = new
EndpointReferenceAnnotation
(resourceWithEndpoints);
4 references to EndpointReferenceAnnotation
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
391
private static Action<EnvironmentCallbackContext> CreateEndpointReferenceEnvironmentPopulationCallback(
EndpointReferenceAnnotation
endpointReferencesAnnotation, string? specificEndpointName = null, string? name = null)
395
var
annotation = endpointReferencesAnnotation;
715
var
endpointReferenceAnnotation = builder.Resource.Annotations
716
.OfType<
EndpointReferenceAnnotation
>()