9 references to StreamName
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (4)
700Host.StopMonitoringStreamForChanges(streamInfo.StreamName, ConfigStreamInfo.CallbackDelegate); 4140Host.StopMonitoringStreamForChanges(streamInfo.StreamName, callbackDelegate); 4155if (streamInfo.IsMonitored && HasStreamChanged(streamInfo.StreamName, streamInfo.Version)) { 4156return streamInfo.StreamName;
System\Configuration\MgmtConfigurationRecord.cs (5)
89_streamInfoUpdates.Add(streamInfo.StreamName, streamInfo.Clone()); 924streamsToRemove.Add(streamInfo.StreamName); 1187UpdateConfigHost.AddStreamname(streamInfo.StreamName, newStreamName, Host.IsRemote); 2035if (!ConfigStreamInfo.StreamInfos.Contains(streamInfo.StreamName)) { 2036MonitorStream(streamInfo.SectionName, streamInfo.ConfigSource, streamInfo.StreamName);