6 references to UnsafeNativeMethods
Microsoft.AspNetCore.Server.HttpSys (6)
NativeInterop\SafeLibraryHandle.cs (6)
26
IntPtr pfnProc =
UnsafeNativeMethods
.GetProcAddress(this, lpProcName);
35
IntPtr pfnProc =
UnsafeNativeMethods
.GetProcAddress(this, lpProcName);
40
UnsafeNativeMethods
.ThrowExceptionForLastWin32Error();
58
SafeLibraryHandle handle =
UnsafeNativeMethods
.LoadLibraryEx(filename, IntPtr.Zero, LOAD_LIBRARY_SEARCH_SYSTEM32);
61
UnsafeNativeMethods
.ThrowExceptionForLastWin32Error();
69
return
UnsafeNativeMethods
.FreeLibrary(handle);