2 implementations of SupportsChangeNotifications
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
124
public virtual bool
SupportsChangeNotifications
=> Host.SupportsChangeNotifications;
System\Configuration\Internal\InternalConfigHost.cs (1)
100
bool IInternalConfigHost.
SupportsChangeNotifications
=> false;
2 references to SupportsChangeNotifications
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
338
Host.
SupportsChangeNotifications
;
System\Configuration\Internal\DelegatingConfigHost.cs (1)
124
public virtual bool SupportsChangeNotifications => Host.
SupportsChangeNotifications
;