2 writes to _endpointAnnotation
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
231_endpointAnnotation ??= Resource.Annotations.OfType<EndpointAnnotation>() 269_endpointAnnotation = endpoint;
3 references to _endpointAnnotation
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
226if (_endpointAnnotation is not null) 228return _endpointAnnotation; 234return _endpointAnnotation;