2 references to DriveInfo
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\MyServices\FileSystemProxyTests.cs (1)
362Assert.Equal(_fileSystem.GetDriveInfo(Drives[0].Name).Name, new DriveInfo(Drives[0].Name).Name);
System.IO.FileSystem.DriveInfo (1)
System\IO\DriveInfo.UnixOrDefault.cs (1)
19info[i] = new DriveInfo(mountPoints[i]);