3 references to KestrelEndpointAnnotationHosts
Aspire.Hosting (3)
ApplicationModel\ProjectResource.cs (1)
20internal bool HasKestrelEndpoints => KestrelEndpointAnnotationHosts.Count > 0;
ProjectResourceBuilderExtensions.cs (2)
402builder.Resource.KestrelEndpointAnnotationHosts[e] = endpoint.BindingAddress.Host; 840builder.Resource.KestrelEndpointAnnotationHosts.TryGetValue(e.EndpointAnnotation, out var kestrelHost) ? kestrelHost : "*";