11 references to SafeLibraryHandle
Microsoft.AspNetCore.Server.HttpSys (11)
_generated\93\LibraryImports.g.cs (5)
361internal static partial nint GetProcAddress(global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle hModule, string lpProcName) 371global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle>.ManagedToUnmanagedIn __hModule_native__marshaller = new(); 411internal static partial global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle LoadLibraryEx(string lpFileName, nint hFile, uint dwFlags) 417global::Microsoft.AspNetCore.Server.HttpSys.SafeLibraryHandle __retVal = default; 420global::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; } 85HttpApiModule = 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(