3 references to FillAllowEOF
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
1805while (FillAllowEOF() && ((this.pos + require) >= this.end)) 1909while ((this.pos >= this.end) && FillAllowEOF()) 1917while ((this.pos >= this.end) && FillAllowEOF())