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