1 implementation of Exists
xunit.console (1)
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\FileWrapper.cs (1)
11public bool Exists(string path)
6 references to Exists
xunit.console (6)
common\AssemblyResolution\DependencyContextAssemblyCache.cs (1)
217if (fileSystem.File.Exists(resolvedAssemblyPath))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\DependencyContextLoader.cs (2)
97Debug.Assert(_fileSystem.File.Exists(location)); 117if (_fileSystem.File.Exists(depsJsonFile))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ReferenceAssemblyPathResolver.cs (2)
66if (_fileSystem.File.Exists(relativeToReferenceAssemblies)) 77if (_fileSystem.File.Exists(fallbackFile))
common\AssemblyResolution\Microsoft.Extensions.DependencyModel\Resolution\ResolverUtils.cs (1)
30if (fileSystem.File.Exists(fullName))