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