2 writes to _handle
System.IO.MemoryMappedFiles (2)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (2)
24
_handle
= handle;
35
_handle
= handle;
5 references to _handle
System.IO.MemoryMappedFiles (5)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (5)
416
MemoryMappedView view = MemoryMappedView.CreateView(
_handle
, access, offset, size);
450
MemoryMappedView view = MemoryMappedView.CreateView(
_handle
, access, offset, size);
464
if (!
_handle
.IsClosed)
466
_handle
.Dispose();
480
get { return
_handle
; }