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)
569
MemoryMappedView view = MemoryMappedView.CreateView(
_handle
, access, offset, size);
602
MemoryMappedView view = MemoryMappedView.CreateView(
_handle
, access, offset, size);
614
if (
_handle
!= null && !
_handle
.IsClosed) {
615
_handle
.Dispose();
629
return
_handle
;
635
if (
_handle
.IsClosed) {
638
return new MemoryMappedFileSecurity(
_handle
, AccessControlSections.Access | AccessControlSections.Owner | AccessControlSections.Group);
650
if (
_handle
.IsClosed) {
654
memoryMappedFileSecurity.PersistHandle(
_handle
);