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