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