1 instantiation of DriveInfo
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveInfo.UnixOrDefault.cs (1)
19info[i] = new DriveInfo(mountPoints[i]);
9 references to DriveInfo
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
ResourceMonitoringLinuxCgroupVersion.cs (3)
24DriveInfo[] allDrives = DriveInfo.GetDrives(); 36foreach (DriveInfo d in allDrives)
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
37For Each DriveInfo As System.IO.DriveInfo In IO.DriveInfo.GetDrives()
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
315[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveInfo))]
netstandard (1)
netstandard.cs (1)
903[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.IO.DriveInfo))]
System.IO.FileSystem.DriveInfo (3)
System\IO\DriveInfo.UnixOrDefault.cs (3)
13public static DriveInfo[] GetDrives() 16DriveInfo[] info = new DriveInfo[mountPoints.Length];