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