14 references to GetFunctionPointerForDelegate
System.Data (4)
fx\src\data\System\Data\OleDb\OleDbWrapper.cs (4)
112if ((null == QueryInterface) || (method != Marshal.GetFunctionPointerForDelegate(QueryInterface))) { 128if ((null == Initialize) || (method != Marshal.GetFunctionPointerForDelegate(Initialize))) { 153if ((null == CreateSession) || (method != Marshal.GetFunctionPointerForDelegate(CreateSession))) { 287if ((null == CreateCommand) || (method != Marshal.GetFunctionPointerForDelegate(CreateCommand))) {
System.Web (7)
Hosting\IPipelineRuntime.cs (6)
123IntPtr p = Marshal.GetFunctionPointerForDelegate(d); 141IntPtr p = Marshal.GetFunctionPointerForDelegate(d); 159IntPtr p = Marshal.GetFunctionPointerForDelegate(d); 179IntPtr p = Marshal.GetFunctionPointerForDelegate(d); 199IntPtr p = Marshal.GetFunctionPointerForDelegate(d); 219IntPtr p = Marshal.GetFunctionPointerForDelegate(d);
WebSockets\WebSocketPipe.cs (1)
29private static readonly IntPtr _asyncThunkAddress = Marshal.GetFunctionPointerForDelegate(_asyncThunk);
System.Windows.Forms (2)
winforms\Managed\System\WinForms\CommonDialog.cs (1)
298hookedWndProc = System.Runtime.InteropServices.Marshal.GetFunctionPointerForDelegate(ownerProc);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3206l = (long) Marshal.GetFunctionPointerForDelegate(es.pfnCallback);
WindowsBase (1)
Shared\MS\Win32\HwndSubclass.cs (1)
347Marshal.GetFunctionPointerForDelegate(DefWndProcStub));