2 implementations of SupportsRefresh
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
136
public virtual bool
SupportsRefresh
=> Host.SupportsRefresh;
System\Configuration\Internal\InternalConfigHost.cs (1)
112
bool IInternalConfigHost.
SupportsRefresh
=> false;
2 references to SupportsRefresh
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
339
_flags[SupportsRefresh] = ClassFlags[ClassSupportsRefresh] && Host.
SupportsRefresh
;
System\Configuration\Internal\DelegatingConfigHost.cs (1)
136
public virtual bool SupportsRefresh => Host.
SupportsRefresh
;