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