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