1 write to Type
System.Private.CoreLib (1)
System\Reflection\DynamicInvokeInfo.cs (1)
50
Type
= type;
17 references to Type
System.Private.CoreLib (17)
System\Reflection\DynamicInvokeInfo.cs (17)
578
MethodTable* nullableType = argumentInfo.
Type
->NullableType;
607
MethodTable.Of<IntPtr>() : argumentInfo.
Type
);
625
MethodTable* dstEEType = argumentInfo.
Type
;
634
throw InvokeUtils.CreateChangeTypeArgumentException(srcEEType, argumentInfo.
Type
, destinationIsByRef: true);
636
arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.
Type
, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle);
645
object box = RuntimeImports.RhNewObject(argumentInfo.
Type
);
646
RuntimeImports.RhUnbox(arg, ref box.GetRawData(), argumentInfo.
Type
);
688
MethodTable.Of<IntPtr>() : argumentInfo.
Type
);
693
MethodTable* dstEEType = argumentInfo.
Type
;
702
throw InvokeUtils.CreateChangeTypeArgumentException(srcEEType, argumentInfo.
Type
, destinationIsByRef: true);
704
arg = InvokeUtils.CheckArgumentConversions(arg, argumentInfo.
Type
, InvokeUtils.CheckArgumentSemantics.DynamicInvoke, binderBundle: null);
713
object box = RuntimeImports.RhNewObject(argumentInfo.
Type
);
714
RuntimeImports.RhUnbox(arg, ref box.GetRawData(), argumentInfo.
Type
);
756
Type type = Type.GetTypeFromMethodTable(argumentInfo.
Type
);
763
(transform & Transform.FunctionPointer) != 0 ? MethodTable.Of<IntPtr>() : argumentInfo.
Type
,
791
Type type = Type.GetTypeFromMethodTable(argumentInfo.
Type
);
798
(transform & Transform.FunctionPointer) != 0 ? MethodTable.Of<IntPtr>() : argumentInfo.
Type
,