8 references to Name
Microsoft.VisualBasic.Tests (4)
Microsoft\VisualBasic\MyServices\FileSystemProxyTests.cs (4)
362Assert.Equal(_fileSystem.GetDriveInfo(Drives[0].Name).Name, new DriveInfo(Drives[0].Name).Name);
System.IO.FileSystem.DriveInfo (4)
System\IO\DriveInfo.cs (3)
26public bool IsReady => Directory.Exists(Name); 28public DirectoryInfo RootDirectory => new DirectoryInfo(Name); 30public override string ToString() => Name;
System\IO\DriveInfo.UnixOrDefault.cs (1)
43return Name;