3 references to GetFileMapAccess
System.Core (3)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (2)
365
handle = OpenCore(mapName, inheritability,
GetFileMapAccess
(access), true);
497
handle = UnsafeNativeMethods.OpenFileMapping(
GetFileMapAccess
(access), (inheritability &
System\IO\MemoryMappedFiles\MemoryMappedView.cs (1)
117
MemoryMappedFile.
GetFileMapAccess
(access), offsetHigh, offsetLow, new UIntPtr(nativeSize));