57 instantiations of QCallTypeHandle
System.Private.CoreLib (57)
src\Internal\VersionResilientHashCode.CoreCLR.cs (1)
20=> TypeHashCode(new QCallTypeHandle(ref type));
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
201new QCallTypeHandle(ref groupType),
src\System\Array.CoreCLR.cs (3)
25InternalCreate(new QCallTypeHandle(ref elementType), rank, pLengths, pLowerBounds, 33InternalCreate(new QCallTypeHandle(ref arrayType), rank, pLengths, pLowerBounds, 360public static ArrayInitializeCache Create(RuntimeType arrayType) => new(GetElementConstructorEntrypoint(new QCallTypeHandle(ref arrayType)));
src\System\Delegate.CoreCLR.cs (2)
415new QCallTypeHandle(ref methodType), method, flags); 426method.Value, new QCallTypeHandle(ref methodType), flags);
src\System\Enum.CoreCLR.cs (1)
111new QCallTypeHandle(ref type),
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
155return GetMemberRefOfFieldInfo(new QCallModule(ref thisModule), tkType, new QCallTypeHandle(ref declaringType), runtimeField.MetadataToken);
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
1703bool result = RuntimeMethodHandle.IsCAVisibleFromDecoratedType(new QCallTypeHandle(ref attributeTypeHandle), 1705new QCallTypeHandle(ref parentTypeHandle),
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
174RunClassConstructor(new QCallTypeHandle(ref rt)); 484return AllocateTypeAssociatedMemory(new QCallTypeHandle(ref rt), (uint)size); 606int result = SizeOf(new QCallTypeHandle(ref type));
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (2)
33=> SizeOfHelper(new QCallTypeHandle(ref t), throwIfNotMarshalable); 978GetDelegateForFunctionPointerInternal(ptr, new QCallTypeHandle(ref t), ObjectHandleOnStack.Create(ref retDelegate));
src\System\RuntimeHandles.cs (38)
237new QCallTypeHandle(ref type), 266new QCallTypeHandle(ref type), 483GetArgumentTypesFromFunctionPointer(new QCallTypeHandle(ref type), ObjectHandleOnStack.Create(ref argTypes)); 586GetConstraints(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref types)); 597return GetGCHandle(new QCallTypeHandle(ref nativeHandle), type); 606return FreeGCHandle(new QCallTypeHandle(ref nativeHandle), objHandle); 618return GetNumVirtualsAndStaticVirtuals(new QCallTypeHandle(ref type)); 628VerifyInterfaceIsImplemented(new QCallTypeHandle(ref nativeHandle), new QCallTypeHandle(ref nativeInterfaceHandle)); 638return GetInterfaceMethodImplementation(new QCallTypeHandle(ref nativeHandle), new QCallTypeHandle(ref nativeInterfaceHandle), interfaceMethodHandle); 647return _IsVisible(new QCallTypeHandle(ref type)); 657ConstructName(new QCallTypeHandle(ref nativeHandle), formatFlags, new StringHandleOnStack(ref name)); 732GetDeclaringMethodForGenericParameter(new QCallTypeHandle(ref type), ObjectHandleOnStack.Create(ref method)); 743GetInstantiation(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 751GetInstantiation(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref types), Interop.BOOL.FALSE); 764Instantiate(new QCallTypeHandle(ref nativeHandle), &ptr, 1, ObjectHandleOnStack.Create(ref type)); 777Instantiate(new QCallTypeHandle(ref nativeHandle), pInst, instCount, ObjectHandleOnStack.Create(ref type)); 790MakeArray(new QCallTypeHandle(ref nativeHandle), rank, ObjectHandleOnStack.Create(ref type)); 801MakeSZArray(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref type)); 812MakeByRef(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref type)); 823MakePointer(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref type)); 860bool result = SatisfiesConstraints(new QCallTypeHandle(ref paramType), new QCallTypeHandle(ref typeContext!), methodContextRaw, new QCallTypeHandle(ref toType)) != Interop.BOOL.FALSE; 870RegisterCollectibleTypeDependency(new QCallTypeHandle(ref type), new QCallAssembly(ref assembly!)); 1266=> GetStubIfNeededSlow(method, new QCallTypeHandle(ref declaringType), ObjectHandleOnStack.Create(ref methodInstantiation)); 1332GetMethodBody(method.Value, new QCallTypeHandle(ref declaringType), ObjectHandleOnStack.Create(ref result)); 1595GetValue(field.GetFieldDesc(), ObjectHandleOnStack.Create(ref instance), new QCallTypeHandle(ref fieldType), new QCallTypeHandle(ref declaringType!), ref isClassInitialized, ObjectHandleOnStack.Create(ref result)); 1616GetValueDirect(field.GetFieldDesc(), &typedRef, new QCallTypeHandle(ref fieldType), new QCallTypeHandle(ref contextType!), ObjectHandleOnStack.Create(ref result)); 1637SetValue(field.GetFieldDesc(), ObjectHandleOnStack.Create(ref obj), ObjectHandleOnStack.Create(ref value), new QCallTypeHandle(ref fieldType), new QCallTypeHandle(ref declaringType!), ref isClassInitialized); 1656SetValueDirect(field.GetFieldDesc(), &typedRef, ObjectHandleOnStack.Create(ref value), new QCallTypeHandle(ref fieldType), new QCallTypeHandle(ref contextType!)); 2107sig1._sig, sig1._csig, new QCallTypeHandle(ref sig1._declaringType), 2108sig2._sig, sig2._csig, new QCallTypeHandle(ref sig2._declaringType)) != Interop.BOOL.FALSE;
src\System\RuntimeType.BoxCache.cs (1)
122new QCallTypeHandle(ref rt),
src\System\RuntimeType.CoreCLR.cs (1)
1603RuntimeTypeHandle.GetGenericTypeDefinition(new QCallTypeHandle(ref type), ObjectHandleOnStack.Create(ref genericDefinition));
src\System\RuntimeType.CreateUninitializedCache.CoreCLR.cs (1)
70new QCallTypeHandle(ref rt),
115 references to QCallTypeHandle
System.Private.CoreLib (115)
LibraryImports.g.cs (62)
7private static extern partial int TypeHashCode(global::System.Runtime.CompilerServices.QCallTypeHandle typeHandle); 55private static unsafe partial void InternalCreate(global::System.Runtime.CompilerServices.QCallTypeHandle type, int rank, int* pLengths, int* pLowerBounds, bool fromArrayType, global::System.Runtime.CompilerServices.ObjectHandleOnStack retArray) 66static extern unsafe void __PInvoke(global::System.Runtime.CompilerServices.QCallTypeHandle __type_native, int __rank_native, int* __pLengths_native, int* __pLowerBounds_native, int __fromArrayType_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __retArray_native); 85private static extern partial delegate*<ref byte, void> GetElementConstructorEntrypoint(global::System.Runtime.CompilerServices.QCallTypeHandle arrayType); 153private static partial bool BindToMethodName(global::System.Runtime.CompilerServices.ObjectHandleOnStack d, global::System.Runtime.CompilerServices.ObjectHandleOnStack target, global::System.Runtime.CompilerServices.QCallTypeHandle methodType, string method, global::System.DelegateBindingFlags flags) 182static extern unsafe int __PInvoke(global::System.Runtime.CompilerServices.ObjectHandleOnStack __d_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __target_native, global::System.Runtime.CompilerServices.QCallTypeHandle __methodType_native, byte* __method_native, global::System.DelegateBindingFlags __flags_native); 191private static partial bool BindToMethodInfo(global::System.Runtime.CompilerServices.ObjectHandleOnStack d, global::System.Runtime.CompilerServices.ObjectHandleOnStack target, global::System.RuntimeMethodHandleInternal method, global::System.Runtime.CompilerServices.QCallTypeHandle methodType, global::System.DelegateBindingFlags flags) 204static extern unsafe int __PInvoke(global::System.Runtime.CompilerServices.ObjectHandleOnStack __d_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __target_native, global::System.RuntimeMethodHandleInternal __method_native, global::System.Runtime.CompilerServices.QCallTypeHandle __methodType_native, global::System.DelegateBindingFlags __flags_native); 377private static extern partial void GetEnumValuesAndNames(global::System.Runtime.CompilerServices.QCallTypeHandle enumType, global::System.Runtime.CompilerServices.ObjectHandleOnStack values, global::System.Runtime.CompilerServices.ObjectHandleOnStack names, global::Interop.BOOL getNames); 765private static extern partial int GetMemberRefOfFieldInfo(global::System.Runtime.CompilerServices.QCallModule module, int tkType, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType, int tkField); 1836private static extern partial void RunClassConstructor(global::System.Runtime.CompilerServices.QCallTypeHandle type); 1914private static extern partial nint AllocateTypeAssociatedMemory(global::System.Runtime.CompilerServices.QCallTypeHandle type, uint size); 1930private static extern partial int SizeOf(global::System.Runtime.CompilerServices.QCallTypeHandle handle); 2212private static partial int SizeOfHelper(global::System.Runtime.CompilerServices.QCallTypeHandle t, bool throwIfNotMarshalable) 2225static extern unsafe int __PInvoke(global::System.Runtime.CompilerServices.QCallTypeHandle __t_native, int __throwIfNotMarshalable_native); 2280private static extern partial void GetDelegateForFunctionPointerInternal(nint ptr, global::System.Runtime.CompilerServices.QCallTypeHandle t, global::System.Runtime.CompilerServices.ObjectHandleOnStack retDelegate); 2688private static extern partial void CreateInstanceForAnotherGenericParameter(global::System.Runtime.CompilerServices.QCallTypeHandle baseType, nint* pTypeHandles, int cTypeHandles, global::System.Runtime.CompilerServices.ObjectHandleOnStack instantiatedObject); 2744private static extern partial void GetArgumentTypesFromFunctionPointer(global::System.Runtime.CompilerServices.QCallTypeHandle type, global::System.Runtime.CompilerServices.ObjectHandleOnStack argTypes); 2782private static extern partial void GetConstraints(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.ObjectHandleOnStack types); 2790private static extern partial nint GetGCHandle(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.InteropServices.GCHandleType type); 2798private static extern partial nint FreeGCHandle(global::System.Runtime.CompilerServices.QCallTypeHandle typeHandle, nint objHandle); 2806private static extern partial int GetNumVirtualsAndStaticVirtuals(global::System.Runtime.CompilerServices.QCallTypeHandle type); 2814private static extern partial void VerifyInterfaceIsImplemented(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.QCallTypeHandle interfaceHandle); 2822private static extern partial global::System.RuntimeMethodHandleInternal GetInterfaceMethodImplementation(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.QCallTypeHandle interfaceHandle, global::System.RuntimeMethodHandleInternal interfaceMethodHandle); 2830private static partial bool _IsVisible(global::System.Runtime.CompilerServices.QCallTypeHandle typeHandle) 2843static extern unsafe int __PInvoke(global::System.Runtime.CompilerServices.QCallTypeHandle __typeHandle_native); 2852private static extern partial void ConstructName(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.TypeNameFormatFlags formatFlags, global::System.Runtime.CompilerServices.StringHandleOnStack retString); 2876private static extern partial void GetDeclaringMethodForGenericParameter(global::System.Runtime.CompilerServices.QCallTypeHandle typeHandle, global::System.Runtime.CompilerServices.ObjectHandleOnStack result); 2884internal static extern partial void GetInstantiation(global::System.Runtime.CompilerServices.QCallTypeHandle type, global::System.Runtime.CompilerServices.ObjectHandleOnStack types, global::Interop.BOOL fAsRuntimeTypeArray); 2892private static extern partial void Instantiate(global::System.Runtime.CompilerServices.QCallTypeHandle handle, nint* pInst, int numGenericArgs, global::System.Runtime.CompilerServices.ObjectHandleOnStack type); 2900private static extern partial void MakeArray(global::System.Runtime.CompilerServices.QCallTypeHandle handle, int rank, global::System.Runtime.CompilerServices.ObjectHandleOnStack type); 2908private static extern partial void MakeSZArray(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.ObjectHandleOnStack type); 2916private static extern partial void MakeByRef(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.ObjectHandleOnStack type); 2924private static extern partial void MakePointer(global::System.Runtime.CompilerServices.QCallTypeHandle handle, global::System.Runtime.CompilerServices.ObjectHandleOnStack type); 2932internal static extern partial void GetGenericTypeDefinition(global::System.Runtime.CompilerServices.QCallTypeHandle type, global::System.Runtime.CompilerServices.ObjectHandleOnStack retType); 2940private static extern partial global::Interop.BOOL SatisfiesConstraints(global::System.Runtime.CompilerServices.QCallTypeHandle paramType, global::System.Runtime.CompilerServices.QCallTypeHandle pTypeContext, global::System.RuntimeMethodHandleInternal pMethodContext, global::System.Runtime.CompilerServices.QCallTypeHandle toType); 2948private static extern partial void RegisterCollectibleTypeDependency(global::System.Runtime.CompilerServices.QCallTypeHandle type, global::System.Runtime.CompilerServices.QCallAssembly assembly); 2964internal static extern partial global::Interop.BOOL IsCAVisibleFromDecoratedType(global::System.Runtime.CompilerServices.QCallTypeHandle attrTypeHandle, global::System.RuntimeMethodHandleInternal attrCtor, global::System.Runtime.CompilerServices.QCallTypeHandle sourceTypeHandle, global::System.Runtime.CompilerServices.QCallModule sourceModule); 2996private static extern partial global::System.RuntimeMethodHandleInternal GetStubIfNeededSlow(global::System.RuntimeMethodHandleInternal method, global::System.Runtime.CompilerServices.QCallTypeHandle declaringTypeHandle, global::System.Runtime.CompilerServices.ObjectHandleOnStack methodInstantiation); 3028private static extern partial void GetMethodBody(global::System.RuntimeMethodHandleInternal method, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType, global::System.Runtime.CompilerServices.ObjectHandleOnStack result); 3071private static partial void GetValue(nint fieldDesc, global::System.Runtime.CompilerServices.ObjectHandleOnStack instance, global::System.Runtime.CompilerServices.QCallTypeHandle fieldType, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType, ref bool isClassInitialized, global::System.Runtime.CompilerServices.ObjectHandleOnStack result) 3084static extern unsafe void __PInvoke(nint __fieldDesc_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __instance_native, global::System.Runtime.CompilerServices.QCallTypeHandle __fieldType_native, global::System.Runtime.CompilerServices.QCallTypeHandle __declaringType_native, int* __isClassInitialized_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __result_native); 3093private static extern partial void GetValueDirect(nint fieldDesc, void* pTypedRef, global::System.Runtime.CompilerServices.QCallTypeHandle fieldType, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType, global::System.Runtime.CompilerServices.ObjectHandleOnStack result); 3101private static partial void SetValue(nint fieldDesc, global::System.Runtime.CompilerServices.ObjectHandleOnStack instance, global::System.Runtime.CompilerServices.ObjectHandleOnStack value, global::System.Runtime.CompilerServices.QCallTypeHandle fieldType, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType, ref bool isClassInitialized) 3114static extern unsafe void __PInvoke(nint __fieldDesc_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __instance_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __value_native, global::System.Runtime.CompilerServices.QCallTypeHandle __fieldType_native, global::System.Runtime.CompilerServices.QCallTypeHandle __declaringType_native, int* __isClassInitialized_native); 3123private static extern partial void SetValueDirect(nint fieldDesc, void* pTypedRef, global::System.Runtime.CompilerServices.ObjectHandleOnStack value, global::System.Runtime.CompilerServices.QCallTypeHandle fieldType, global::System.Runtime.CompilerServices.QCallTypeHandle declaringType); 3237private static extern partial global::Interop.BOOL AreEqual(void* sig1, int csig1, global::System.Runtime.CompilerServices.QCallTypeHandle type1, void* sig2, int csig2, global::System.Runtime.CompilerServices.QCallTypeHandle type2); 3802private static extern partial void GetBoxInfo(global::System.Runtime.CompilerServices.QCallTypeHandle type, delegate*<void*, object> * ppfnAllocator, void** pvAllocatorFirstArg, int* pNullableValueOffset, uint* pValueTypeSize); 3813private static extern partial void GetCreateUninitializedInfo(global::System.Runtime.CompilerServices.QCallTypeHandle type, delegate*<void*, object> * ppfnAllocator, void** pvAllocatorFirstArg); 4104private static unsafe extern partial void ProcessAttributes(global::System.Runtime.CompilerServices.QCallAssembly assembly, global::System.Runtime.CompilerServices.QCallTypeHandle groupType, delegate* unmanaged<global::System.Runtime.InteropServices.TypeMapLazyDictionary.CallbackContext*, global::System.Runtime.InteropServices.TypeMapLazyDictionary.ProcessAttributesCallbackArg*, global::Interop.BOOL> newExternalTypeEntry, delegate* unmanaged<global::System.Runtime.InteropServices.TypeMapLazyDictionary.CallbackContext*, global::System.Runtime.InteropServices.TypeMapLazyDictionary.ProcessAttributesCallbackArg*, global::Interop.BOOL> newProxyTypeEntry, global::System.Runtime.InteropServices.TypeMapLazyDictionary.CallbackContext* context);
src\Internal\VersionResilientHashCode.CoreCLR.cs (1)
17private static partial int TypeHashCode(QCallTypeHandle typeHandle);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (1)
78QCallTypeHandle groupType,
src\System\Array.CoreCLR.cs (2)
19private static unsafe partial void InternalCreate(QCallTypeHandle type, int rank, int* pLengths, int* pLowerBounds, 353private static partial delegate*<ref byte, void> GetElementConstructorEntrypoint(QCallTypeHandle arrayType);
src\System\Delegate.CoreCLR.cs (2)
420private static partial bool BindToMethodName(ObjectHandleOnStack d, ObjectHandleOnStack target, QCallTypeHandle methodType, string method, DelegateBindingFlags flags); 433private static partial bool BindToMethodInfo(ObjectHandleOnStack d, ObjectHandleOnStack target, RuntimeMethodHandleInternal method, QCallTypeHandle methodType, DelegateBindingFlags flags);
src\System\Enum.CoreCLR.cs (1)
15private static partial void GetEnumValuesAndNames(QCallTypeHandle enumType, ObjectHandleOnStack values, ObjectHandleOnStack names, Interop.BOOL getNames);
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
148private static partial int GetMemberRefOfFieldInfo(QCallModule module, int tkType, QCallTypeHandle declaringType, int tkField);
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (3)
166private static partial void RunClassConstructor(QCallTypeHandle type); 488private static partial IntPtr AllocateTypeAssociatedMemory(QCallTypeHandle type, uint size); 590private static partial int SizeOf(QCallTypeHandle handle);
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (2)
36private static partial int SizeOfHelper(QCallTypeHandle t, [MarshalAs(UnmanagedType.Bool)] bool throwIfNotMarshalable); 983private static partial void GetDelegateForFunctionPointerInternal(IntPtr ptr, QCallTypeHandle t, ObjectHandleOnStack retDelegate);
src\System\RuntimeHandles.cs (38)
279QCallTypeHandle baseType, 488private static partial void GetArgumentTypesFromFunctionPointer(QCallTypeHandle type, ObjectHandleOnStack argTypes); 579private static partial void GetConstraints(QCallTypeHandle handle, ObjectHandleOnStack types); 592private static partial IntPtr GetGCHandle(QCallTypeHandle handle, GCHandleType type); 601private static partial IntPtr FreeGCHandle(QCallTypeHandle typeHandle, IntPtr objHandle); 613private static partial int GetNumVirtualsAndStaticVirtuals(QCallTypeHandle type); 622private static partial void VerifyInterfaceIsImplemented(QCallTypeHandle handle, QCallTypeHandle interfaceHandle); 632private static partial RuntimeMethodHandleInternal GetInterfaceMethodImplementation(QCallTypeHandle handle, QCallTypeHandle interfaceHandle, RuntimeMethodHandleInternal interfaceMethodHandle); 643private static partial bool _IsVisible(QCallTypeHandle typeHandle); 651private static partial void ConstructName(QCallTypeHandle handle, TypeNameFormatFlags formatFlags, StringHandleOnStack retString); 725private static partial void GetDeclaringMethodForGenericParameter(QCallTypeHandle typeHandle, ObjectHandleOnStack result); 737internal static partial void GetInstantiation(QCallTypeHandle type, ObjectHandleOnStack types, Interop.BOOL fAsRuntimeTypeArray); 756private static partial void Instantiate(QCallTypeHandle handle, IntPtr* pInst, int numGenericArgs, ObjectHandleOnStack type); 784private static partial void MakeArray(QCallTypeHandle handle, int rank, ObjectHandleOnStack type); 795private static partial void MakeSZArray(QCallTypeHandle handle, ObjectHandleOnStack type); 806private static partial void MakeByRef(QCallTypeHandle handle, ObjectHandleOnStack type); 817private static partial void MakePointer(QCallTypeHandle handle, ObjectHandleOnStack type); 828internal static partial void GetGenericTypeDefinition(QCallTypeHandle type, ObjectHandleOnStack retType); 855private static partial Interop.BOOL SatisfiesConstraints(QCallTypeHandle paramType, QCallTypeHandle pTypeContext, RuntimeMethodHandleInternal pMethodContext, QCallTypeHandle toType); 866private static partial void RegisterCollectibleTypeDependency(QCallTypeHandle type, QCallAssembly assembly); 1058QCallTypeHandle attrTypeHandle, 1060QCallTypeHandle sourceTypeHandle, 1251private static partial RuntimeMethodHandleInternal GetStubIfNeededSlow(RuntimeMethodHandleInternal method, QCallTypeHandle declaringTypeHandle, ObjectHandleOnStack methodInstantiation); 1327private static partial void GetMethodBody(RuntimeMethodHandleInternal method, QCallTypeHandle declaringType, ObjectHandleOnStack result); 1582QCallTypeHandle fieldType, 1583QCallTypeHandle declaringType, 1604QCallTypeHandle fieldType, 1605QCallTypeHandle declaringType, 1626QCallTypeHandle fieldType, 1627QCallTypeHandle declaringType, 1646QCallTypeHandle fieldType, 1647QCallTypeHandle declaringType); 2101void* sig1, int csig1, QCallTypeHandle type1, 2102void* sig2, int csig2, QCallTypeHandle type2);
src\System\RuntimeType.BoxCache.cs (1)
134QCallTypeHandle type,
src\System\RuntimeType.CreateUninitializedCache.CoreCLR.cs (1)
79QCallTypeHandle type,