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)
80ReadOnlySpan<string> candidateNames = [DefaultEndpointName, .. _schemes]; 144var minIndex = _schemes.Length; 149var index = Array.IndexOf(_schemes, scheme); 161var index = Array.IndexOf(_schemes, scheme);