1 write to _callingConventions
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
58
_callingConventions
= callingConventions;
2 references to _callingConventions
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (2)
104
_returnType, ModuleBuilderImpl.GetSignatureConvention(
_callingConventions
), GetGenericArguments().Length, !IsStatic, optionalParameterTypes: null,
243
public override CallingConventions CallingConvention =>
_callingConventions
;