3 references to GetFunctionPointer
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
345functionPtr = methodInfo.MethodHandle.GetFunctionPointer();
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
744result = Activator.CreateInstance(type, [target, mi.MethodHandle.GetFunctionPointer()]);
System.Xaml (1)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
327IntPtr constPtr = tConstInfo.MethodHandle.GetFunctionPointer();