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)
59
Log.SkippedResolution(_logger,
_serviceName
, "Collection has existing endpoints");
64
var section = _configuration.GetSection(_options.Value.SectionName).GetSection(
_serviceName
);
68
Log.ServiceConfigurationNotFound(_logger,
_serviceName
, $"{_options.Value.SectionName}:{
_serviceName
}");
100
var configPath = $"{_options.Value.SectionName}:{
_serviceName
}:{endpointName}";
103
Log.EndpointConfigurationNotFound(_logger, endpointName,
_serviceName
, configPath);
108
Log.UsingConfigurationPath(_logger, configPath, endpointName,
_serviceName
);
123
throw new KeyNotFoundException($"The endpoint configuration section for service '{
_serviceName
}' endpoint '{endpointName}' has non-numeric keys.");
179
Log.ServiceConfigurationNotFound(_logger,
_serviceName
, configPath);
183
Log.ConfiguredEndpoints(_logger,
_serviceName
, configPath, endpoints.Endpoints, resolvedEndpointCount);
189
string IHostNameFeature.HostName =>
_serviceName
;
196
throw new KeyNotFoundException($"The endpoint configuration section for service '{
_serviceName
}' endpoint '{endpointName}' has an invalid value with key '{section.Key}'.");