2 implementations of OpenStreamForRead
System.Configuration.ConfigurationManager (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
83
public virtual Stream
OpenStreamForRead
(string streamName)
System\Configuration\Internal\InternalConfigHost.cs (1)
57
Stream IInternalConfigHost.
OpenStreamForRead
(string streamName)
10 references to OpenStreamForRead
System.Configuration.ConfigurationManager (10)
System\Configuration\BaseConfigurationRecord.cs (4)
556
using (Stream stream = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName))
702
using (Stream stream = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName))
1368
using (Stream stream = Host.
OpenStreamForRead
(sectionXmlInfo.Filename))
1494
using (Stream stream = Host.
OpenStreamForRead
(configSourceStreamName))
System\Configuration\ClientConfigurationHost.cs (1)
281
if (IsFile(streamName)) return Host.
OpenStreamForRead
(streamName);
System\Configuration\ClientSettingsStore.cs (1)
298
return Host.
OpenStreamForRead
(streamName);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
85
return Host.
OpenStreamForRead
(streamName);
System\Configuration\MgmtConfigurationRecord.cs (2)
1016
using (Stream streamRead = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName))
2990
using (Stream streamRead = Host.
OpenStreamForRead
(configSourceStreamName))
System\Configuration\UpdateConfigHost.cs (1)
81
: Host.
OpenStreamForRead
(streamName);