2 writes to eof
System.Xml (2)
System\Xml\BinaryXml\XmlBinaryReader.cs (2)
365this.eof = (0 == this.end); 1797this.eof = !(cbRead > 0);
1 reference to eof
System.Xml (1)
System\Xml\BinaryXml\XmlBinaryReader.cs (1)
1752if (this.eof)