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