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