2 implementations of OpenStreamForRead
System.Configuration (2)
System\Configuration\Internal\DelegatingConfigHost.cs (1)
98
public virtual Stream
OpenStreamForRead
(string streamName) {
System\Configuration\Internal\InternalConfigHost.cs (1)
147
Stream IInternalConfigHost.
OpenStreamForRead
(string streamName) {
9 references to OpenStreamForRead
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (4)
613
using (Stream stream = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName)) {
771
using (Stream stream = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName)) {
1799
using (Stream stream = Host.
OpenStreamForRead
(sectionXmlInfo.Filename)) {
1925
using (Stream stream = Host.
OpenStreamForRead
(configSourceStreamName)) {
System\Configuration\ClientConfigurationHost.cs (1)
323
return Host.
OpenStreamForRead
(streamName);
System\Configuration\Internal\DelegatingConfigHost.cs (1)
99
return Host.
OpenStreamForRead
(streamName);
System\Configuration\MgmtConfigurationRecord.cs (2)
1204
using (Stream streamRead = Host.
OpenStreamForRead
(ConfigStreamInfo.StreamName)) {
3088
using (Stream streamRead = Host.
OpenStreamForRead
(configSourceStreamName)) {
System\Configuration\updateconfighost.cs (1)
101
return Host.
OpenStreamForRead
(streamName);