3 references to SetFunctionPointer
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (1)
209retVal.SetFunctionPointer(functionPointer);
Internal\Runtime\TypeLoader\TypeBuilder.cs (2)
302nonTemplateMethod.SetFunctionPointer(templateMethod.FunctionPointer); 307method.SetFunctionPointer(TypeLoaderEnvironment.ConvertUnboxingFunctionPointerToUnderlyingNonUnboxingPointer(templateMethod.FunctionPointer, templateMethod.OwningType.RuntimeTypeHandle));