4 references to
System.IO.MemoryMappedFiles (1)
artifacts\obj\System.IO.MemoryMappedFiles\Debug\net10.0\System.IO.MemoryMappedFiles.notsupported.cs (1)
17
public 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)
422
private UnmanagedBuffer() :
base
(true) { }
System.Text.Encoding.CodePages (2)
Microsoft\Win32\SafeHandles\SafeAllocHHandle.cs (2)
12
public SafeAllocHHandle() :
base
(true) { }
14
internal SafeAllocHHandle(IntPtr handle) :
base
(true)