public ContextualOperand Base() { if (Context.IsStatic) return new ContextualOperand(new StaticTarget(Context.OwnerType.BaseType), TypeMapper); else return new ContextualOperand(new _Base(Context.OwnerType.BaseType), TypeMapper); }