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