1 write to Type
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
49Type = type;
17 references to Type
System.Private.CoreLib (17)
System\Reflection\DynamicInvokeInfo.cs (17)
575MethodTable* nullableType = argumentInfo.Type->NullableType; 612MethodTable.Of<IntPtr>() : argumentInfo.Type); 631MethodTable* dstEEType = argumentInfo.Type; 640throw InvokeUtils.CreateChangeTypeArgumentException(srcEEType, argumentInfo.Type, destinationIsByRef: true); 643arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle, out copyBack); 657object box = RuntimeImports.RhNewObject(argumentInfo.Type); 658RuntimeImports.RhUnbox(arg, ref box.GetRawData(), argumentInfo.Type); 722MethodTable.Of<IntPtr>() : argumentInfo.Type); 727MethodTable* dstEEType = argumentInfo.Type; 736throw InvokeUtils.CreateChangeTypeArgumentException(srcEEType, argumentInfo.Type, destinationIsByRef: true); 738arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.Type, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle: null); 747object box = RuntimeImports.RhNewObject(argumentInfo.Type); 748RuntimeImports.RhUnbox(arg, ref box.GetRawData(), argumentInfo.Type); 790Type type = Type.GetTypeFromMethodTable(argumentInfo.Type); 797(transform & Transform.FunctionPointer) != 0 ? MethodTable.Of<IntPtr>() : argumentInfo.Type, 824Type type = Type.GetTypeFromMethodTable(argumentInfo.Type); 831(transform & Transform.FunctionPointer) != 0 ? MethodTable.Of<IntPtr>() : argumentInfo.Type,