4 references to
System.IO.MemoryMappedFiles (1)
artifacts\obj\System.IO.MemoryMappedFiles\Debug\net10.0\System.IO.MemoryMappedFiles.notsupported.cs (1)
17public SafeMemoryMappedViewHandle() : base (default(bool)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_MemoryMappedFiles); }
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Security\SecureString.cs (1)
422private UnmanagedBuffer() : base(true) { }
System.Text.Encoding.CodePages (2)
Microsoft\Win32\SafeHandles\SafeAllocHHandle.cs (2)
12public SafeAllocHHandle() : base(true) { } 14internal SafeAllocHHandle(IntPtr handle) : base(true)