2 implementations of SupportsRefresh
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
144
public virtual bool
SupportsRefresh
{
System\Configuration\Internal\InternalConfigHost.cs (1)
351
bool IInternalConfigHost.
SupportsRefresh
{
2 references to SupportsRefresh
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (1)
355
_flags[SupportsRefresh] = ClassFlags[ClassSupportsRefresh] && Host.
SupportsRefresh
;
System\Configuration\Internal\DelegatingConfigHost.cs (1)
146
return Host.
SupportsRefresh
;