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