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