public WPIDisposable()
 {
   base.\u002Ector();
   WPIDisposable wpiDisposable = this;
   this.pool = (WPIMemoryPool) null;
   this.disposed = false;
   GC.KeepAlive((object) this);
 }
 protected internal virtual void setPool(WPIMemoryPool pool)
 {
   this.pool = pool;
 }