5 references to Unknown
System.Diagnostics.Process (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs (2)
65type = error == Error.SUCCESS ? GetDriveType(format) : DriveType.Unknown; 329return DriveType.Unknown;
System.IO.FileSystem.DriveInfo (3)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.FormatInfo.cs (2)
65type = error == Error.SUCCESS ? GetDriveType(format) : DriveType.Unknown; 329return DriveType.Unknown;
System\IO\DriveInfo.Unix.cs (1)
33return DriveType.Unknown;