2 references to PAGE_READWRITE
System.ServiceModel (2)
System\ServiceModel\Activation\SharedMemory.cs (1)
39fileMapping = UnsafeNativeMethods.CreateFileMapping((IntPtr)(-1), securityAttributes, UnsafeNativeMethods.PAGE_READWRITE, 0, sizeof(SharedMemoryContents), name);
System\ServiceModel\Channels\PipeConnection.cs (1)
2558UnsafeNativeMethods.PAGE_READWRITE, 0, sizeof(SharedMemoryContents), sharedMemoryName);