11 references to SafeLibraryHandle
Microsoft.AspNetCore.Server.HttpSys (11)
LibraryImports.g.cs (5)
337
internal static partial nint GetProcAddress(global::Microsoft.AspNetCore.Server.HttpSys.
SafeLibraryHandle
hModule, string lpProcName)
345
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Server.HttpSys.
SafeLibraryHandle
>.ManagedToUnmanagedIn __hModule_native__marshaller = new();
384
internal static partial global::Microsoft.AspNetCore.Server.HttpSys.
SafeLibraryHandle
LoadLibraryEx(string lpFileName, nint hFile, uint dwFlags)
388
global::Microsoft.AspNetCore.Server.HttpSys.
SafeLibraryHandle
__retVal = default;
391
global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.AspNetCore.Server.HttpSys.
SafeLibraryHandle
>.ManagedToUnmanagedOut __retVal_native__marshaller = new();
NativeInterop\HttpApi.cs (2)
47
internal static
SafeLibraryHandle
? HttpApiModule { get; }
83
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(