protected virtual void LoadTypeArgument(PointCut pc, AdviceArgument parameter) { pc.TypeOf(_target.DeclaringType); }
protected override void LoadReturnTypeArgument(PointCut pc, AdviceArgument parameter) { pc.TypeOf(_asyncResult ?? _ts.Void); }