2 writes to CallbackDelegate
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
3255callbackDelegate = ConfigStreamInfo.CallbackDelegate ??= OnStreamChanged; 3491ConfigStreamInfo.CallbackDelegate = null;
2 references to CallbackDelegate
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
639Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 3488callbackDelegate = ConfigStreamInfo.CallbackDelegate;