4 references to GetSignatureConvention
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
104
_returnType, ModuleBuilderImpl.
GetSignatureConvention
(_callingConventions), GetGenericArguments().Length, !IsStatic, optionalParameterTypes: null,
System\Reflection\Emit\ModuleBuilderImpl.cs (3)
795
GetSignatureConvention
(method.CallingConvention), method.GetGenericArguments().Length, !method.IsStatic, optionalParameterTypes);
798
this, method.ParameterTypes, method.ReturnType,
GetSignatureConvention
(method.CallingConvention), isInstance: IsInstance(method.CallingConvention));
1366
GetSignatureConvention
(callingConventions), optionalParameterTypes: optionalParameterTypes))));