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)
416MemoryMappedView view = MemoryMappedView.CreateView(_handle, access, offset, size); 450MemoryMappedView view = MemoryMappedView.CreateView(_handle, access, offset, size); 464if (!_handle.IsClosed) 466_handle.Dispose(); 480get { return _handle; }