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