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)
72
public override Type ReturnType =>
_returnType
;