1 implementation of ComputeCallingConvention
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodDecoder.cs (1)
49public CallingConventions ComputeCallingConvention()
2 references to ComputeCallingConvention
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Constructors\RoDefinitionConstructor.cs (1)
32protected sealed override CallingConventions ComputeCallingConvention() => _decoder.ComputeCallingConvention();
System\Reflection\TypeLoading\Methods\RoDefinitionMethod.cs (1)
71protected sealed override CallingConventions ComputeCallingConvention() => _decoder.ComputeCallingConvention();