1 write to _schemes
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
44
_schemes
= ServiceDiscoveryOptions.ApplyAllowedSchemes(query.IncludedSchemes, serviceDiscoveryOptions.Value.AllowedSchemes, serviceDiscoveryOptions.Value.AllowAllSchemes);
4 references to _schemes
Microsoft.Extensions.ServiceDiscovery (4)
Configuration\ConfigurationServiceEndpointProvider.cs (4)
81
ReadOnlySpan<string> candidateNames = [DefaultEndpointName, ..
_schemes
];
145
var minIndex =
_schemes
.Length;
150
var index = Array.IndexOf(
_schemes
, scheme);
162
var index = Array.IndexOf(
_schemes
, scheme);