2 writes to _inStrm
System.Private.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
353_inStrm = stream; 888_inStrm = null!;
3 references to _inStrm
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
886if (null != _inStrm && _closeInput) 887_inStrm.Dispose(); 2039int cbRead = _inStrm.Read(data, end, cbFill);