3 references to FillAllowEOF
System.Private.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
2050
while (
FillAllowEOF
() && ((_pos + require) >= _end))
2169
while ((_pos >= _end) &&
FillAllowEOF
())
2178
while ((_pos >= _end) &&
FillAllowEOF
())