6 references to LocalFree
mscorlib (6)
microsoft\win32\safehandles\safelocalallochandle.cs (1)
25
return Win32Native.
LocalFree
(handle) == IntPtr.Zero;
system\runtime\interopservices\marshal.cs (1)
1212
if (IntPtr.Zero != Win32Native.
LocalFree
(hglobal)) {
system\security\accesscontrol\securitydescriptor.cs (1)
698
Win32Native.
LocalFree
( byteArray );
system\security\accesscontrol\win32.cs (2)
54
Win32Native.
LocalFree
( ByteArray );
214
Win32Native.
LocalFree
( ByteArray );
system\security\principal\win32.cs (1)
230
Win32Native.
LocalFree
( ByteArray );