2 writes to CallbackDelegate
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
3860ConfigStreamInfo.CallbackDelegate = new StreamChangeCallback(this.OnStreamChanged); 4122ConfigStreamInfo.CallbackDelegate = null;
4 references to CallbackDelegate
System.Configuration (4)
System\Configuration\BaseConfigurationRecord.cs (4)
700Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 3859if (ConfigStreamInfo.CallbackDelegate == null) { 3863callbackDelegate = ConfigStreamInfo.CallbackDelegate; 4119callbackDelegate = ConfigStreamInfo.CallbackDelegate;