3 instantiations of 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));
5 references to DriveInfo
mscorlib (5)
system\io\driveinfo.cs (3)
209public static DriveInfo[] GetDrives() 213DriveInfo[] di = new DriveInfo[drives.Length];
system\io\file.cs (2)
336DriveInfo di = new DriveInfo(Path.GetPathRoot(fullPath)); 367DriveInfo di = new DriveInfo(Path.GetPathRoot(fullPath));