2 writes to _handle
System.Core (2)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (2)
42_handle = handle; 51_handle = handle;
10 references to _handle
System.Core (10)
System\IO\MemoryMappedFiles\MemoryMappedFile.cs (10)
569MemoryMappedView view = MemoryMappedView.CreateView(_handle, access, offset, size); 602MemoryMappedView view = MemoryMappedView.CreateView(_handle, access, offset, size); 614if (_handle != null && !_handle.IsClosed) { 615_handle.Dispose(); 629return _handle; 635if (_handle.IsClosed) { 638return new MemoryMappedFileSecurity(_handle, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group); 650if (_handle.IsClosed) { 654memoryMappedFileSecurity.PersistHandle(_handle);