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