1 write to _serviceName
Microsoft.Extensions.ServiceDiscovery (1)
Configuration\ConfigurationServiceEndpointProvider.cs (1)
41_serviceName = query.ServiceName;
12 references to _serviceName
Microsoft.Extensions.ServiceDiscovery (12)
Configuration\ConfigurationServiceEndpointProvider.cs (12)
59Log.SkippedResolution(_logger, _serviceName, "Collection has existing endpoints"); 64var section = _configuration.GetSection(_options.Value.SectionName).GetSection(_serviceName); 68Log.ServiceConfigurationNotFound(_logger, _serviceName, $"{_options.Value.SectionName}:{_serviceName}"); 100var configPath = $"{_options.Value.SectionName}:{_serviceName}:{endpointName}"; 103Log.EndpointConfigurationNotFound(_logger, endpointName, _serviceName, configPath); 108Log.UsingConfigurationPath(_logger, configPath, endpointName, _serviceName); 123throw new KeyNotFoundException($"The endpoint configuration section for service '{_serviceName}' endpoint '{endpointName}' has non-numeric keys."); 179Log.ServiceConfigurationNotFound(_logger, _serviceName, configPath); 183Log.ConfiguredEndpoints(_logger, _serviceName, configPath, endpoints.Endpoints, resolvedEndpointCount); 189string IHostNameFeature.HostName => _serviceName; 196throw new KeyNotFoundException($"The endpoint configuration section for service '{_serviceName}' endpoint '{endpointName}' has an invalid value with key '{section.Key}'.");