1 write to IncludedSchemes
Microsoft.Extensions.ServiceDiscovery.Abstractions (1)
ServiceEndpointQuery.cs (1)
25
IncludedSchemes
= includedSchemes;
2 references to IncludedSchemes
Microsoft.Extensions.ServiceDiscovery (2)
Configuration\ConfigurationServiceEndpointProvider.cs (2)
43
_includeAllSchemes = serviceDiscoveryOptions.Value.AllowAllSchemes && query.
IncludedSchemes
.Count == 0;
44
_schemes = ServiceDiscoveryOptions.ApplyAllowedSchemes(query.
IncludedSchemes
, serviceDiscoveryOptions.Value.AllowedSchemes, serviceDiscoveryOptions.Value.AllowAllSchemes);