3 references to KestrelEndpointAnnotationHosts
Aspire.Hosting (3)
ApplicationModel\ProjectLaunchDefaultsAnnotation.cs (1)
35internal bool HasKestrelEndpoints => KestrelEndpointAnnotationHosts.Count > 0;
ProjectResourceBuilderExtensions.cs (2)
693launchDefaults.KestrelEndpointAnnotationHosts[e] = e.TargetHost; 1194launchDefaults.KestrelEndpointAnnotationHosts.TryGetValue(e.EndpointAnnotation, out var kestrelHost) ? kestrelHost : "*";