6 references to FunctionPointer
System.Private.TypeLoader (6)
Internal\Runtime\TypeLoader\GenericDictionaryCell.cs (2)
196
return FunctionPointerOps.GetGenericMethodFunctionPointer(_resolvedMethod.
FunctionPointer
, methodDictionary);
408
return FunctionPointerOps.GetGenericMethodFunctionPointer(Method.
FunctionPointer
, methodDictionary);
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
300
if (templateMethod.
FunctionPointer
!= IntPtr.Zero)
302
nonTemplateMethod.SetFunctionPointer(templateMethod.
FunctionPointer
);
307
method.SetFunctionPointer(TypeLoaderEnvironment.ConvertUnboxingFunctionPointerToUnderlyingNonUnboxingPointer(templateMethod.
FunctionPointer
, templateMethod.OwningType.RuntimeTypeHandle));
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.ConstructedGenericMethodsLookup.cs (1)
325
methodPointer = templateMethod.
FunctionPointer
;