system\reflection\methodinfo.cs (7)
321m_parameters = RuntimeParameterInfo.GetParameters(this, this, Signature);
330m_returnParameter = RuntimeParameterInfo.GetReturnParameter(this, this, Signature);
633return Signature.CallingConvention;
758return RuntimeMethodHandle.InvokeMethod(obj, null, Signature, false);
761Object retValue = RuntimeMethodHandle.InvokeMethod(obj, arguments, Signature, false);
775Signature sig = Signature;
806get { return Signature.ReturnType; }