12 references to Join
Microsoft.Build (1)
FileSystem\DirectoryCacheFileSystemWrapper.cs (1)
92
FindTransform<string> transform = (ref ReadOnlySpan<char> fileName) => Path.
Join
(path.AsSpan(), fileName);
System.Formats.Tar (1)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242
Path.
Join
(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.IO.FileSystem.AccessControl (1)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242
Path.
Join
(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.IO.FileSystem.Watcher (1)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242
Path.
Join
(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.Private.CoreLib (7)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242
Path.
Join
(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Environment.GetFolderPathCore.Unix.cs (1)
236
Path.
Join
(homeDir, line.AsSpan(pos, endPos - pos)) :
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (1)
52
directory = Path.
Join
(directory.AsSpan(), directoryName);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
158
_pending.Enqueue((Path.
Join
(_currentPath, entry.FileName), _remainingRecursionDepth - 1));
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (3)
459
return
Join
(path2, path3);
462
return
Join
(path1, path3);
465
return
Join
(path1, path2);
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\CommonDialogs\FileDialog.cs (1)
474
: Path.
Join
(directory, fileName));