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