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, 243public override CallingConventions CallingConvention => _callingConventions;