1 implementation of Exists
Microsoft.Extensions.DependencyModel (1)
DirectoryWrapper.cs (1)
11
public bool
Exists
([NotNullWhen(true)] string? path)
7 references to Exists
Microsoft.Extensions.DependencyModel (7)
Resolution\AppBaseCompilationAssemblyResolver.cs (2)
62
bool isPublished = _fileSystem.Directory.
Exists
(refsPath);
88
if (_fileSystem.Directory.
Exists
(sharedRefs))
Resolution\DotNetReferenceAssembliesPathResolver.cs (3)
47
fileSystem.Directory.
Exists
("/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/xbuild-frameworks"))
52
if (fileSystem.Directory.
Exists
("/usr/local/lib/mono/xbuild-frameworks"))
57
if (fileSystem.Directory.
Exists
("/usr/lib/mono/xbuild-frameworks"))
Resolution\ReferenceAssemblyPathResolver.cs (1)
106
if (!fileSystem.Directory.
Exists
(net20Dir))
Resolution\ResolverUtils.cs (1)
20
if (fileSystem.Directory.
Exists
(packagePath))