1 implementation of CallingConvention
mscorlib (1)
system\reflection\methodbase.cs (1)
181public virtual CallingConventions CallingConvention { get { return CallingConventions.Standard; } }