2 writes to _endpointAnnotation
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
156_endpointAnnotation ??= Resource.Annotations.OfType<EndpointAnnotation>() 204_endpointAnnotation = endpoint;
3 references to _endpointAnnotation
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
151if (_endpointAnnotation is not null) 153return _endpointAnnotation; 158return _endpointAnnotation;