3 references to GetChildrenImplementation
Microsoft.Extensions.Configuration (3)
ConfigurationManager.cs (1)
71
public IEnumerable<IConfigurationSection> GetChildren() => this.
GetChildrenImplementation
(null);
ConfigurationRoot.cs (1)
60
public IEnumerable<IConfigurationSection> GetChildren() => this.
GetChildrenImplementation
(null);
ConfigurationSection.cs (1)
95
public IEnumerable<IConfigurationSection> GetChildren() => _root.
GetChildrenImplementation
(Path);