Base:
property
CallingConvention
System.Reflection.MethodBase.CallingConvention
4 overrides of CallingConvention
System.Private.CoreLib (4)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
36public sealed override CallingConventions CallingConvention
System\Reflection\Runtime\MethodInfos\RuntimeDummyMethodInfo.cs (1)
30public sealed override CallingConventions CallingConvention { get { throw NotImplemented.ByDesign; } }
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
66public sealed override CallingConventions CallingConvention
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
41public sealed override CallingConventions CallingConvention
1 reference to CallingConvention
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructedGenericMethodInfo.cs (1)
40return _genericMethodDefinition.CallingConvention;