1 instantiation of SafeMemoryMappedViewHandle
System.IO.MemoryMappedFiles (1)
System\IO\MemoryMappedFiles\MemoryMappedView.Unix.cs (1)
121var viewHandle = new SafeMemoryMappedViewHandle(addr, ownsHandle: true);
18 references to SafeMemoryMappedViewHandle
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
167var safeBuffer = accessor.SafeMemoryMappedViewHandle;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\CompilerTypeSystemContext.cs (1)
167var safeBuffer = accessor.SafeMemoryMappedViewHandle;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\SymbolReader\PortablePdbSymbolReader.cs (1)
35var safeBuffer = accessor.SafeMemoryMappedViewHandle;
Microsoft.NET.HostModel (1)
AppHost\BinaryUtils.cs (1)
79var safeBuffer = accessor.SafeMemoryMappedViewHandle;
netstandard (1)
netstandard.cs (1)
11[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle))]
System.Core (1)
System.Core.cs (1)
5[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle))]
System.Diagnostics.PerformanceCounter (5)
_generated\0\LibraryImports.g.cs (3)
516internal static partial global::Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle MapViewOfFile(global::Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle hFileMappingObject, int dwDesiredAccess, int dwFileOffsetHigh, int dwFileOffsetLow, nuint dwNumberOfBytesToMap) 521global::Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle __retVal = default; 524global::System.Runtime.InteropServices.Marshalling.SafeHandleMarshaller<global::Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle>.ManagedToUnmanagedOut __retVal_native__marshaller = new();
src\runtime\src\libraries\Common\src\Interop\Windows\Kernel32\Interop.MapViewOfFile.cs (1)
13internal static partial SafeMemoryMappedViewHandle MapViewOfFile(
System\Diagnostics\SharedPerformanceCounter.cs (1)
1647private SafeMemoryMappedViewHandle _fileViewAddress;
System.IO.MemoryMappedFiles (6)
System\IO\MemoryMappedFiles\MemoryMappedView.cs (3)
11private readonly SafeMemoryMappedViewHandle _viewHandle; 16private MemoryMappedView(SafeMemoryMappedViewHandle viewHandle, long pointerOffset, long size, MemoryMappedFileAccess access) 26public SafeMemoryMappedViewHandle ViewHandle
System\IO\MemoryMappedFiles\MemoryMappedView.Unix.cs (1)
121var viewHandle = new SafeMemoryMappedViewHandle(addr, ownsHandle: true);
System\IO\MemoryMappedFiles\MemoryMappedViewAccessor.cs (1)
21public SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle
System\IO\MemoryMappedFiles\MemoryMappedViewStream.cs (1)
21public SafeMemoryMappedViewHandle SafeMemoryMappedViewHandle => _view.ViewHandle;
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
94SafeMemoryMappedViewHandle? safeBuffer = accessor.SafeMemoryMappedViewHandle;