1 write to MethodFunctionPointer
System.Private.CoreLib (1)
Internal\Runtime\CompilerServices\GenericMethodDescriptor.cs (1)
14=> (MethodFunctionPointer, InstantiationArgument) = (methodFunctionPointer, instantiationArgument);
8 references to MethodFunctionPointer
System.Private.CoreLib (5)
Internal\Runtime\CompilerServices\FunctionPointerOps.cs (3)
81Debug.Assert(canonFunctionPointer == genericFunctionPointer->MethodFunctionPointer); 124return pointerDefA->MethodFunctionPointer == pointerDefB->MethodFunctionPointer;
System\Delegate.cs (1)
312functionPointer = RuntimeAugments.GetCodeTarget(realTargetData->MethodFunctionPointer);
System\Runtime\TypeLoaderExports.cs (1)
173((delegate*<ref byte, IntPtr, void>)gmd->MethodFunctionPointer)(ref data, gmd->InstantiationArgument);
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
476canonOriginalLdFtnResult = RuntimeAugments.GetCodeTarget(realTargetData->MethodFunctionPointer);
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.cs (2)
464IntPtr nonUnboxingTarget = RuntimeAugments.GetCodeTarget(functionPointerDescriptor->MethodFunctionPointer); 465Debug.Assert(nonUnboxingTarget != functionPointerDescriptor->MethodFunctionPointer);