1 write to _returnType
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
175_returnType = eeReturnType;
6 references to _returnType
System.Private.CoreLib (6)
System\Reflection\DynamicInvokeInfo.cs (6)
220MethodTable.Of<IntPtr>() : _returnType); 288MethodTable.Of<IntPtr>() : _returnType); 354MethodTable.Of<IntPtr>() : _returnType); 855Type type = Type.GetTypeFromMethodTable(_returnType); 861Debug.Assert(Type.GetTypeFromMethodTable(_returnType).IsFunctionPointer); 872obj = RuntimeExports.RhBox(_returnType, ref byref);