Exemplo n.º 1
0
 private void EnsureBytes(int count)
 {
     if (!TryEnsureBytes(count))
     {
         XmlExceptionHelper.ThrowUnexpectedEndOfFile(_reader);
     }
 }
 private void EnsureByte()
 {
     if (!this.TryEnsureByte())
     {
         XmlExceptionHelper.ThrowUnexpectedEndOfFile(this.reader);
     }
 }