1 implementation of Exists
Microsoft.Extensions.DependencyModel (1)
FileWrapper.cs (1)
12
public bool
Exists
([NotNullWhen(true)] string? path)
6 references to Exists
Microsoft.Extensions.DependencyModel (6)
DependencyContextLoader.cs (3)
93
Debug.Assert(_fileSystem.File.
Exists
(location));
137
bool depsJsonFileExists = _fileSystem.File.
Exists
(depsJsonFile);
148
depsJsonFileExists = _fileSystem.File.
Exists
(depsJsonFile);
Resolution\ReferenceAssemblyPathResolver.cs (2)
70
if (_fileSystem.File.
Exists
(relativeToReferenceAssemblies))
82
if (_fileSystem.File.
Exists
(fallbackFile))
Resolution\ResolverUtils.cs (1)
30
if (fileSystem.File.
Exists
(fullName))