1 implementation of Exists
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DirectoryWrapper.cs (1)
10public bool Exists(string path)
7 references to Exists
xunit.console (7)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\AppBaseCompilationAssemblyResolver.cs (2)
51var isPublished = _fileSystem.Directory.Exists(refsPath); 75if (_fileSystem.Directory.Exists(sharedRefs))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\DotNetReferenceAssembliesPathResolver.cs (3)
33fileSystem.Directory.Exists("/Library/Frameworks/Mono.framework/Versions/Current/lib/mono/xbuild-frameworks")) 38if (fileSystem.Directory.Exists("/usr/local/lib/mono/xbuild-frameworks")) 43if (fileSystem.Directory.Exists("/usr/lib/mono/xbuild-frameworks"))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ReferenceAssemblyPathResolver.cs (1)
96if (!fileSystem.Directory.Exists(net20Dir))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ResolverUtils.cs (1)
20if (fileSystem.Directory.Exists(packagePath))