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