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