1 write to _returnType
System.Reflection.Emit (1)
System\Reflection\Emit\ArrayMethod.cs (1)
24_returnType = returnType ?? module.GetTypeFromCoreAssembly(CoreTypeId.Void);
1 reference to _returnType
System.Reflection.Emit (1)
System\Reflection\Emit\ArrayMethod.cs (1)
72public override Type ReturnType => _returnType;