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