11 references to SafeLibraryHandle
Microsoft.AspNetCore.Server.HttpSys (11)
LibraryImports.g.cs (5)
337internal static partial nint GetProcAddress(global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle hModule, string lpProcName) 345global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle>.ManagedToUnmanagedIn __hModule_native__marshaller = new(); 384internal static partial global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle LoadLibraryEx(string lpFileName, nint hFile, uint dwFlags) 388global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle __retVal = default; 391global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle>.ManagedToUnmanagedOut __retVal_native__marshaller = new();
NativeInterop\HttpApi.cs (2)
47internal static SafeLibraryHandle? HttpApiModule { get; } 83HttpApiModule = SafeLibraryHandle.Open(HTTPAPI);
NativeInterop\SafeLibraryHandle.cs (4)
54public static SafeLibraryHandle Open(string filename) 58SafeLibraryHandle handle = UnsafeNativeMethods.LoadLibraryEx(filename, IntPtr.Zero, LOAD_LIBRARY_SEARCH_SYSTEM32); 83SafeLibraryHandle hModule, 88internal static partial SafeLibraryHandle LoadLibraryEx(