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