5 references to CreateCore
System.IO.MemoryMappedFiles (5)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (4)
156
handle =
CreateCore
(fileHandle, mapName, HandleInheritability.None,
231
SafeMemoryMappedFileHandle handle =
CreateCore
(fileHandle, mapName, inheritability,
264
SafeMemoryMappedFileHandle handle =
CreateCore
(fileHandle, mapName, inheritability,
321
SafeMemoryMappedFileHandle handle =
CreateCore
(null, mapName, inheritability, access, options, capacity, -1);
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
122
return
CreateCore
(null, mapName, inheritability, access, options, capacity, -1);