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