2 references to GetProcAddress
System.Workflow.ComponentModel (2)
Shared\NativeMethods.cs (2)
355
if (
GetProcAddress
(new HandleRef(null, kernel32), "AddDllDirectory") != IntPtr.Zero)
381
IntPtr pfnProc = NativeMethods.
GetProcAddress
(new HandleRef(isAvailable, hmod), procName);