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