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