2 writes to inStrm
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
349
this.
inStrm
= stream;
789
this.
inStrm
= null;
3 references to inStrm
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
787
if (null != this.
inStrm
&& closeInput)
788
this.
inStrm
.Close();
1795
int cbRead = this.
inStrm
.Read(data, end, cbFill);