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