Implemented interface member:
method
DirectoryExists
Microsoft.Build.Shared.FileSystem.IFileSystem.DirectoryExists(System.String)
1 override of DirectoryExists
Microsoft.Build.Framework (1)
FileSystem\WindowsFileSystem.cs (1)
56public override bool DirectoryExists(string path)
1 reference to DirectoryExists
Microsoft.Build.Framework (1)
FileSystem\ManagedFileSystem.cs (1)
147return FileExists(path) || DirectoryExists(path);