5 references to FILE_MAP_READ
System.ServiceModel (5)
System\ServiceModel\Activation\SharedMemory.cs (2)
81handle = UnsafeNativeMethods.MapViewOfFile(fileMapping, writable ? UnsafeNativeMethods.FILE_MAP_WRITE : UnsafeNativeMethods.FILE_MAP_READ, 0, 0, (IntPtr)sizeof(SharedMemoryContents)); 120SafeFileMappingHandle fileMapping = UnsafeNativeMethods.OpenFileMapping(UnsafeNativeMethods.FILE_MAP_READ, false, ListenerConstants.GlobalPrefix + name);
System\ServiceModel\Channels\PipeConnection.cs (3)
2610UnsafeNativeMethods.FILE_MAP_READ, false, sharedMemoryName); 2618UnsafeNativeMethods.FILE_MAP_READ, false, "Global\\" + sharedMemoryName); 2727writable ? UnsafeNativeMethods.FILE_MAP_WRITE : UnsafeNativeMethods.FILE_MAP_READ,