4 references to GetProtections
System.IO.MemoryMappedFiles (4)
System\IO\MemoryMappedFiles\MemoryMappedFile.Unix.cs (1)
101Interop.Sys.MemoryMappedProtections protections = MemoryMappedView.GetProtections(access, forVerification: false);
System\IO\MemoryMappedFiles\MemoryMappedView.Unix.cs (3)
69Interop.Sys.MemoryMappedProtections viewProtForVerification = GetProtections(access, forVerification: true); 70Interop.Sys.MemoryMappedProtections mapProtForVerification = GetProtections(memMappedFileHandle._access, forVerification: true); 77Interop.Sys.MemoryMappedProtections viewProtForCreation = GetProtections(access, forVerification: false);