2 writes to StreamName
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (1)
551
ConfigStreamInfo.
StreamName
= Host.GetStreamName(_configPath);
System\Configuration\MgmtConfigurationRecord.cs (1)
982
ConfigStreamInfo.
StreamName
= filename;
41 references to StreamName
System.Configuration.ConfigurationManager (41)
System\Configuration\BaseConfigurationRecord.cs (19)
252
public string StreamName => ConfigStreamInfo.
StreamName
;
522
string streamname = ConfigStreamInfo?.
StreamName
;
552
if (!string.IsNullOrEmpty(ConfigStreamInfo.
StreamName
))
555
ConfigStreamInfo.StreamVersion = MonitorStream(null, null, ConfigStreamInfo.
StreamName
);
556
using (Stream stream = Host.OpenStreamForRead(ConfigStreamInfo.
StreamName
))
567
_flags[PrefetchAll] = Host.PrefetchAll(_configPath, ConfigStreamInfo.
StreamName
);
569
using (XmlUtil xmlUtil = new XmlUtil(stream, ConfigStreamInfo.
StreamName
, true, _initErrors))
595
ConfigStreamInfo.
StreamName
, 0));
601
ConfigStreamInfo.
StreamName
, 0),
624
if (!string.IsNullOrEmpty(ConfigStreamInfo.
StreamName
))
626
StreamInfo fileStreamInfo = (StreamInfo)streamInfos[ConfigStreamInfo.
StreamName
];
631
streamInfos.Remove(ConfigStreamInfo.
StreamName
);
632
ConfigStreamInfo.StreamInfos.Add(ConfigStreamInfo.
StreamName
, fileStreamInfo);
702
using (Stream stream = Host.OpenStreamForRead(ConfigStreamInfo.
StreamName
))
708
using (XmlUtil xmlUtil = new XmlUtil(stream, ConfigStreamInfo.
StreamName
, true, errors))
739
ConfigStreamInfo.
StreamName
, lineNumber),
2601
Host.GetStreamNameForConfigSource(ConfigStreamInfo.
StreamName
, configSource);
3373
if (forceEvaluatation && !IsInitDelayed && !string.IsNullOrEmpty(ConfigStreamInfo.
StreamName
))
3387
ConfigStreamInfo.
StreamName
, 0, null, null,
System\Configuration\MgmtConfigurationRecord.cs (22)
56
internal string ConfigurationFilePath => UpdateConfigHost.GetNewStreamname(ConfigStreamInfo.
StreamName
) ?? string.Empty;
419
e, ConfigStreamInfo.
StreamName
, 0);
545
if (string.IsNullOrEmpty(ConfigStreamInfo.
StreamName
))
551
newConfigSourceStreamName = Host.GetStreamNameForConfigSource(ConfigStreamInfo.
StreamName
,
701
ConfigStreamInfo.
StreamName
,
843
factoryRecord = new FactoryRecord(configKey, group, name, typeName, ConfigStreamInfo.
StreamName
, -1);
977
if (string.IsNullOrEmpty(ConfigStreamInfo.
StreamName
))
983
ConfigStreamInfo.StreamVersion = MonitorStream(null, null, ConfigStreamInfo.
StreamName
);
987
UpdateConfigHost.AddStreamname(ConfigStreamInfo.
StreamName
, filename, Host.IsRemote);
1016
using (Stream streamRead = Host.OpenStreamForRead(ConfigStreamInfo.
StreamName
))
1021
ConfigStreamInfo.
StreamName
, 0);
1033
using (StreamReader reader = new StreamReader(ConfigStreamInfo.
StreamName
))
1060
using (Stream streamWrite = Host.OpenStreamForWrite(ConfigStreamInfo.
StreamName
, null,
1075
ConfigStreamInfo.
StreamName
, NamespaceChangeNeeded, utilWriter);
1087
if (streamOpened) Host.WriteCompleted(ConfigStreamInfo.
StreamName
, false, writeContext);
1097
ConfigStreamInfo.
StreamName
, 0);
1100
Host.WriteCompleted(ConfigStreamInfo.
StreamName
, true, writeContext);
1105
ConfigStreamInfo.StreamVersion = MonitorStream(null, null, ConfigStreamInfo.
StreamName
);
1751
factoryRecord.Filename = ConfigStreamInfo.
StreamName
;
1845
ConfigStreamInfo.
StreamName
, 0, ConfigStreamInfo.StreamVersion, null,
1886
ConfigStreamInfo.
StreamName
, 0);
3015
string templateStreamName = Host.IsRemote ? null : ConfigStreamInfo.
StreamName
;