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