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