1 write to _schemes
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
43
_schemes
= allowedSchemes as string[] ?? allowedSchemes.ToArray();
4 references to _schemes
Microsoft.Extensions.ServiceDiscovery (4)
Configuration\ConfigurationServiceEndpointProvider.cs (4)
80
ReadOnlySpan<string> candidateNames = [DefaultEndpointName, ..
_schemes
];
144
var minIndex =
_schemes
.Length;
149
var index = Array.IndexOf(
_schemes
, scheme);
161
var index = Array.IndexOf(
_schemes
, scheme);