4 references to PAGE_SIZE
Microsoft.Build.Engine (4)
LocalProvider\SharedMemory.cs (4)
748int frameSizeInPages = (int)((((int)objectRead) + NativeMethods.PAGE_SIZE) 749/ NativeMethods.PAGE_SIZE); 755if (readBuffer.Length < frameSizeInPages * NativeMethods.PAGE_SIZE) 760this.readBuffer = new byte[frameSizeInPages * NativeMethods.PAGE_SIZE];