2 references to GetProcAddress
Microsoft.AspNetCore.Server.HttpSys (2)
NativeInterop\SafeLibraryHandle.cs (2)
26
IntPtr pfnProc = UnsafeNativeMethods.
GetProcAddress
(this, lpProcName);
35
IntPtr pfnProc = UnsafeNativeMethods.
GetProcAddress
(this, lpProcName);