3 references to s_httpSchemes
Aspire.Hosting (3)
ResourceBuilderExtensions.cs (3)
1540
: NamedEndpointSelector(builder,
s_httpSchemes
),
1717
if (!
s_httpSchemes
.Contains(matchingEndpoint.Scheme, StringComparers.EndpointAnnotationUriScheme))
1738
foreach (var scheme in
s_httpSchemes
)