2 implementations of PrefetchSection
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
174public virtual bool PrefetchSection(string sectionGroupName, string sectionName)
System\Configuration\Internal\InternalConfigHost.cs (1)
148bool IInternalConfigHost.PrefetchSection(string sectionGroupName, string sectionName)
2 references to PrefetchSection
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
309return Host.PrefetchSection(factoryRecord.Group, factoryRecord.Name);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
176return Host.PrefetchSection(sectionGroupName, sectionName);