2 writes to _endpointAnnotation
Aspire.Hosting (2)
ApplicationModel\EndpointReference.cs (2)
192_endpointAnnotation ??= Resource.Annotations.OfType<EndpointAnnotation>() 240_endpointAnnotation = endpoint;
3 references to _endpointAnnotation
Aspire.Hosting (3)
ApplicationModel\EndpointReference.cs (3)
187if (_endpointAnnotation is not null) 189return _endpointAnnotation; 194return _endpointAnnotation;