Base:
property
CallingConvention
System.Reflection.MethodBase.CallingConvention
4 references to CallingConvention
mscorlib (4)
system\reflection\emit\dynamicmethod.cs (4)
715if ((CallingConvention & CallingConventions.VarArgs) == CallingConventions.VarArgs) 730this.m_methodHandle, m_parameterTypes, m_returnType, CallingConvention); 809null, CallingConvention, ReturnType, null, null, m_parameterTypes, null, null).GetSignature(true); 826null, CallingConvention, ReturnType, null, null, m_parameterTypes, null, null).GetSignature(true);