1 instantiation of EndpointReferenceAnnotation
Aspire.Hosting (1)
ResourceBuilderExtensions.cs (1)
982
endpointReferenceAnnotation = new
EndpointReferenceAnnotation
(resourceWithEndpoints);
4 references to EndpointReferenceAnnotation
Aspire.Hosting (4)
ResourceBuilderExtensions.cs (4)
472
private static Action<EnvironmentCallbackContext> CreateEndpointReferenceEnvironmentPopulationCallback(
EndpointReferenceAnnotation
endpointReferencesAnnotation, string? specificEndpointName = null, string? name = null)
476
var
annotation = endpointReferencesAnnotation;
975
var
endpointReferenceAnnotation = builder.Resource.Annotations
976
.OfType<
EndpointReferenceAnnotation
>()