1 implementation of DirectoryExists
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
36public bool DirectoryExists(string path)
7 references to DirectoryExists
MSBuildTaskHost (7)
BuildEnvironmentHelper.cs (2)
273vsVersion != CurrentVisualStudioVersion || !FileSystems.Default.DirectoryExists(vsInstallDir)) 298.Where(i => i.Version.Major == v.Major && FileSystems.Default.DirectoryExists(i.Path))
FileUtilities.cs (5)
220if (DefaultFileSystem.DirectoryExists(cacheDirectory)) 956if (DefaultFileSystem.DirectoryExists(path)) 1063? FileExistenceCache.GetOrAdd(fullPath, fullPath => fileSystem.DirectoryExists(fullPath)) 1064: fileSystem.DirectoryExists(fullPath); 1557if (!string.IsNullOrEmpty(directoryPath) && !DefaultFileSystem.DirectoryExists(directoryPath))