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