5 references to FileExists
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
112
return FileSystem.
FileExists
(path);
1055
if (!FileSystem.
FileExists
(fullSourceFileName))
src\libraries\System.Private.CoreLib\src\System\IO\FileSystem.Unix.cs (1)
407
if (OperatingSystem.IsBrowser() && Path.EndsInDirectorySeparator(sourceFullPath) &&
FileExists
(sourceFullPath))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
768
bool exists = FileSystem.
FileExists
(assemblyPath);
778
exists = FileSystem.
FileExists
(assemblyPath);