2 references to GetAllMountPoints
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Environment.Unix.cs (1)
15public static string[] GetLogicalDrives() => Interop.Sys.GetAllMountPoints();
src\libraries\System.Private.CoreLib\src\System\IO\DriveInfoInternal.Unix.cs (1)
9internal static string[] GetLogicalDrives() => Interop.Sys.GetAllMountPoints();