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)
886
if (null !=
_inStrm
&& _closeInput)
887
_inStrm
.Dispose();
2039
int cbRead =
_inStrm
.Read(data, end, cbFill);