1 implementation of DirectoryExists
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
36
public bool
DirectoryExists
(string path)
7 references to DirectoryExists
MSBuildTaskHost (7)
BuildEnvironmentHelper.cs (2)
274
vsVersion != CurrentVisualStudioVersion || !FileSystems.Default.
DirectoryExists
(vsInstallDir))
299
.Where(i => i.Version.Major == v.Major && FileSystems.Default.
DirectoryExists
(i.Path))
FileUtilities.cs (5)
207
if (DefaultFileSystem.
DirectoryExists
(cacheDirectory))
894
if (DefaultFileSystem.
DirectoryExists
(path))
1001
? FileExistenceCache.GetOrAdd(fullPath, fullPath => fileSystem.
DirectoryExists
(fullPath))
1002
: fileSystem.
DirectoryExists
(fullPath);
1495
if (!string.IsNullOrEmpty(directoryPath) && !DefaultFileSystem.
DirectoryExists
(directoryPath))