2 references to GetFunctionPointer
mscorlib (2)
system\rttype.cs (1)
5412CtorDelegate ctor = (CtorDelegate)delegateCtorInfo.Invoke(new Object[] { null, RuntimeMethodHandle.GetFunctionPointer(ace.m_hCtorMethodHandle) });
system\runtimehandles.cs (1)
1142IntPtr ptr = GetFunctionPointer(EnsureNonNullMethodInfo(m_value).Value);