3 instantiations of ConfigurationSection
Microsoft.AspNetCore.Components.WebAssembly (1)
Hosting\WebAssemblyHostConfiguration.cs (1)
86public IConfigurationSection GetSection(string key) => new ConfigurationSection(this, key);
Microsoft.Extensions.Configuration (2)
ConfigurationManager.cs (1)
68public IConfigurationSection GetSection(string key) => new ConfigurationSection(this, key);
ConfigurationRoot.cs (1)
78=> new ConfigurationSection(this, key);
3 references to ConfigurationSection
Microsoft.AspNetCore.Authentication.Abstractions (1)
IAuthenticationConfigurationProvider.cs (1)
15/// Gets the <see cref="ConfigurationSection"/> where authentication
Microsoft.Extensions.Configuration (2)
ConfigurationSection.cs (2)
125private readonly ConfigurationSection _current; 128public ConfigurationSectionDebugView(ConfigurationSection current)