4 references to GetFunctionPointer
Microsoft.CodeAnalysis.XunitHook (1)
XunitDisposeHook.cs (1)
38var functionPointer = method.MethodHandle.GetFunctionPointer();
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
347functionPtr = 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)
314IntPtr constPtr = tConstInfo.MethodHandle.GetFunctionPointer();