7 references to SharedFilesPath
System.Private.CoreLib (7)
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (6)
180SharedMemoryHelpers.SharedFilesPath, 360SharedMemoryHelpers.SharedFilesPath, 534string tempPath = Path.Combine(SharedFilesPath, SharedMemoryUniqueTempNameTemplate); 759if (!SharedMemoryHelpers.EnsureDirectoryExists(SharedMemoryHelpers.SharedFilesPath, id, isGlobalLockAcquired: false, createIfNotExist: false, isSystemDirectory: true)) 762throw Interop.GetExceptionForIoErrno(error, SharedMemoryHelpers.SharedFilesPath); 765SharedMemoryHelpers.SharedFilesPath,
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
403SharedMemoryHelpers.SharedFilesPath,