2 references to MEM_RELEASE
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\CommonRemoteMemoryBlock.cs (1)
54return Misc.VirtualFreeEx(_processHandle, handle, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);
MS\Internal\AutomationProxies\Misc.cs (1)
607VirtualFree(memAddr, UIntPtr.Zero, UnsafeNativeMethods.MEM_RELEASE);