2 implementations of PrefetchAll
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
198
public virtual bool
PrefetchAll
(string configPath, string streamName) {
System\Configuration\Internal\InternalConfigHost.cs (1)
404
bool IInternalConfigHost.
PrefetchAll
(string configPath, string streamName) {
2 references to PrefetchAll
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
622
_flags[PrefetchAll] = Host.
PrefetchAll
(_configPath, ConfigStreamInfo.StreamName);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
199
return Host.
PrefetchAll
(configPath, streamName);