2 references to IsHttpScheme
Aspire.Hosting (2)
ApplicationModel\ResourceExtensions.cs (2)
766(ProjectResource, string uriScheme, null, _) when IsHttpScheme(uriScheme) && !httpSchemesEncountered.Contains(uriScheme) => ResolvedPort.None(), 773if (resource is ProjectResource && IsHttpScheme(endpoint.UriScheme))