3 references to DriveInfo
mscorlib (3)
system\io\driveinfo.cs (1)
215
di[i] = new
DriveInfo
(drives[i]);
system\io\file.cs (2)
336
DriveInfo di = new
DriveInfo
(Path.GetPathRoot(fullPath));
367
DriveInfo di = new
DriveInfo
(Path.GetPathRoot(fullPath));