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