1 implementation of Exists
Microsoft.DotNet.InternalAbstractions (1)
DirectoryWrapper.cs (1)
10public bool Exists(string path)
11 references to Exists
dotnet (9)
BuildServer\BuildServerProvider.cs (1)
49if (!_fileSystem.Directory.Exists(directory.Value))
ShellShim\ShellShimRepository.cs (1)
44if (!_fileSystem.Directory.Exists(_shimsDirectory.Value))
ToolManifest\ToolManifestFinder.cs (1)
225if (_fileSystem.Directory.Exists(currentSearchGitDirectory.Value))
ToolPackage\ToolPackageDownloaderBase.cs (2)
219if (rollbackDirectory != null && _fileSystem.Directory.Exists(rollbackDirectory)) 226if (_fileSystem.Directory.Exists(packageRootDirectory.Value) &&
ToolPackage\ToolPackageInstance.cs (1)
184if (fileSystem.Directory.Exists(toolsPackagePath))
ToolPackage\ToolPackageStoreAndQuery.cs (3)
59if (!_fileSystem.Directory.Exists(Root.Value)) 85if (!_fileSystem.Directory.Exists(packageRootDirectory.Value)) 107if (!_fileSystem.Directory.Exists(directory.Value))
Microsoft.DotNet.Configurer (2)
IFileExtensions.cs (1)
20if (!fileSystem.Directory.Exists(parentDirectory))
UserLevelCacheWriter.cs (1)
35if (!_directory.Exists(_dotnetUserProfileFolderPath))