4 references to SharedMemoryType
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (3)
92public SharedMemoryType Type; 102public readonly SharedMemoryType Type => _data.Type; 105public SharedMemorySharedDataHeader(SharedMemoryType type, byte version)
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
217new SharedMemorySharedDataHeader(SharedMemoryType.Mutex, SyncSystemVersion),