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