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