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