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