2 implementations of PrefetchSection
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
202public virtual bool PrefetchSection(string sectionGroupName, string sectionName) {
System\Configuration\Internal\InternalConfigHost.cs (1)
408bool IInternalConfigHost.PrefetchSection(string sectionGroupName, string sectionName) {
2 references to PrefetchSection
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
256return Host.PrefetchSection(factoryRecord.Group, factoryRecord.Name);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
203return Host.PrefetchSection(sectionGroupName, sectionName);