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