2 writes to _stream
System.Configuration.ConfigurationManager (2)
System\Configuration\XmlUtil.cs (2)
66
_stream
= stream;
143
_stream
= null;
2 references to _stream
System.Configuration.ConfigurationManager (2)
System\Configuration\XmlUtil.cs (2)
67
Reader = new XmlTextReader(
_stream
) { XmlResolver = null };
141
_stream
?.Close();