5 references to LocalFree
Microsoft.AspNetCore.Server.HttpSys (4)
Windows.Win32.LocalFreeSafeHandle.g.cs (2)
22
/// Represents a Win32 handle that can be closed with <see cref="PInvoke.
LocalFree
(winmdroot.Foundation.HLOCAL)"/>.
40
protected override bool ReleaseHandle() => PInvoke.
LocalFree
((winmdroot.Foundation.HLOCAL)this.handle) == default(winmdroot.Foundation.HLOCAL);
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
87
/// <inheritdoc cref="
LocalFree
(winmdroot.Foundation.HLOCAL)"/>
91
winmdroot.Foundation.HLOCAL __result = PInvoke.
LocalFree
(hMem);
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
DelegateTests.cs (1)
352
PInvoke.
LocalFree
((HLOCAL)pSecurityDescriptor.Value);