2 writes to StreamName
System.Configuration.ConfigurationManager (2)
System\Configuration\StreamInfo.cs (2)
15StreamName = streamName; 36StreamName = StreamName,
10 references to StreamName
System.Configuration.ConfigurationManager (10)
System\Configuration\BaseConfigurationRecord.cs (4)
643Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 3513Host.StopMonitoringStreamForChanges(streamInfo.StreamName, callbackDelegate); 3529if (streamInfo.IsMonitored && HasStreamChanged(streamInfo.StreamName, streamInfo.Version)) 3530return streamInfo.StreamName;
System\Configuration\MgmtConfigurationRecord.cs (5)
120_streamInfoUpdates.Add(streamInfo.StreamName, streamInfo.Clone()); 804if (streamInfo.SectionName == configKey) streamsToRemove.Add(streamInfo.StreamName); 998UpdateConfigHost.AddStreamname(streamInfo.StreamName, newStreamName, Host.IsRemote); 1894if (!ConfigStreamInfo.StreamInfos.Contains(streamInfo.StreamName)) 1895MonitorStream(streamInfo.SectionName, streamInfo.ConfigSource, streamInfo.StreamName);
System\Configuration\StreamInfo.cs (1)
36StreamName = StreamName,