2 writes to _endpointAnnotation
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
160_endpointAnnotation ??= Resource.Annotations.OfType<EndpointAnnotation>() 208_endpointAnnotation = endpoint;
3 references to _endpointAnnotation
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
155if (_endpointAnnotation is not null) 157return _endpointAnnotation; 162return _endpointAnnotation;