2 writes to _returnType
System.Reflection.Emit (2)
System\Reflection\Emit\MethodBuilderImpl.cs (2)
44_returnType = returnType ?? _module.GetTypeFromCoreAssembly(CoreTypeId.Void); 222_returnType = returnType;
4 references to _returnType
System.Reflection.Emit (4)
System\Reflection\Emit\MethodBuilderImpl.cs (4)
104_returnType, ModuleBuilderImpl.GetSignatureConvention(_callingConventions), GetGenericArguments().Length, !IsStatic, optionalParameterTypes: null, 261return new ParameterInfoWrapper(new ParameterBuilderImpl(this, 0, ParameterAttributes.Retval, null), _returnType); 265return new ParameterInfoWrapper(_parameterBuilders[0], _returnType); 270public override Type ReturnType => _returnType;