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