2 writes to CallbackDelegate
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
3259callbackDelegate = ConfigStreamInfo.CallbackDelegate ??= OnStreamChanged; 3495ConfigStreamInfo.CallbackDelegate = null;
2 references to CallbackDelegate
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
643Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 3492callbackDelegate = ConfigStreamInfo.CallbackDelegate;