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