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