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