1 implementation of DirectoryExists
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
2171public bool DirectoryExists(string path)
2 references to DirectoryExists
Microsoft.Build (2)
FileSystem\DirectoryCacheFileSystemWrapper.cs (2)
41return _directoryCache.FileExists(path) || _directoryCache.DirectoryExists(path); 46return _directoryCache.DirectoryExists(path);