3 references to GetValueProvider
Microsoft.Extensions.Configuration (3)
ConfigurationSection.cs (2)
114
IConfigurationProvider? provider = Configuration.ConfigurationSectionDebugView.
GetValueProvider
(_root, Path);
131
_provider = Configuration.ConfigurationSectionDebugView.
GetValueProvider
(_current._root, _current.Path);
ConfigurationSectionDebugView.cs (1)
56
IConfigurationProvider? provider =
GetValueProvider
(root, section.Path);