2 writes to _stream
System.Configuration (2)
System\Configuration\XmlUtil.cs (2)
81
_stream
= stream;
132
_stream
= null;
3 references to _stream
System.Configuration (3)
System\Configuration\XmlUtil.cs (3)
82
_reader = new XmlTextReader(
_stream
);
128
else if (
_stream
!= null) {
129
_stream
.Close();