1 write to s_memfdSupported
System.IO.MemoryMappedFiles (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MemfdCreate.cs (1)
27Interlocked.CompareExchange(ref s_memfdSupported, (sbyte)(MemfdSupportedImpl() == 1 ? 1 : -1), 0);
2 references to s_memfdSupported
System.IO.MemoryMappedFiles (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MemfdCreate.cs (2)
24sbyte memfdSupported = s_memfdSupported; 28memfdSupported = s_memfdSupported;