1 write to _returnType
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
177_returnType = eeReturnType;
6 references to _returnType
System.Private.CoreLib (6)
System\Reflection\DynamicInvokeInfo.cs (6)
222MethodTable.Of<IntPtr>() : _returnType); 290MethodTable.Of<IntPtr>() : _returnType); 356MethodTable.Of<IntPtr>() : _returnType); 821Type type = Type.GetTypeFromMethodTable(_returnType); 827Debug.Assert(Type.GetTypeFromMethodTable(_returnType).IsFunctionPointer); 838obj = RuntimeExports.RhBox(_returnType, ref byref);