6 references to SafeLibraryHandle
Microsoft.AspNetCore.Server.HttpSys (6)
NativeInterop\HttpApi.cs (2)
46
internal static
SafeLibraryHandle
? HttpApiModule { get; }
63
HttpApiModule =
SafeLibraryHandle
.Open(HTTPAPI);
NativeInterop\SafeLibraryHandle.cs (4)
54
public static
SafeLibraryHandle
Open(string filename)
58
SafeLibraryHandle
handle = UnsafeNativeMethods.LoadLibraryEx(filename, IntPtr.Zero, LOAD_LIBRARY_SEARCH_SYSTEM32);
83
SafeLibraryHandle
hModule,
88
internal static partial
SafeLibraryHandle
LoadLibraryEx(