System\IO\MemoryMappedFiles\MemoryMappedFile.cs (3)
311return CreateOrOpen(mapName, capacity, MemoryMappedFileAccess.ReadWrite,
317return CreateOrOpen(mapName, capacity, access, MemoryMappedFileOptions.None, null, HandleInheritability.None);
323return CreateOrOpen(mapName, capacity, access, options, null, inheritability);