5 references to UnixFileSystemTypes
System.Diagnostics.Process (5)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs (3)
15foreach (string name in Enum.GetNames<UnixFileSystemTypes>()) 18$"Expected {nameof(UnixFileSystemTypes)}.{name} to have an entry in {nameof(GetDriveType)}."); 63: (Enum.GetName(typeof(UnixFileSystemTypes), formatType) ?? "");
src\libraries\Common\src\Interop\Unix\System.Native\Interop.UnixFileSystemTypes.cs (2)
156internal static bool TryGetFileSystemType(SafeFileHandle fd, out UnixFileSystemTypes fileSystemType) 159fileSystemType = (UnixFileSystemTypes)fstatfsResult;