10 references to Join
Microsoft.Build (1)
FileSystem\DirectoryCacheFileSystemWrapper.cs (1)
94FindTransform<string> transform = (ref ReadOnlySpan<char> fileName) => Path.Join(path.AsSpan(), fileName);
System.Formats.Tar (1)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.Private.CoreLib (7)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (1)
52directory = Path.Join(directory.AsSpan(), directoryName);
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.Unix.cs (1)
151_pending.Enqueue((Path.Join(_currentPath, entry.FileName), _remainingRecursionDepth - 1));
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (3)
459return Join(path2, path3); 462return Join(path1, path3); 465return Join(path1, path2);
src\libraries\System.Private.CoreLib\src\System\TimeZoneInfo.Unix.NonAndroid.cs (1)
261return Path.Join(currentPath.AsSpan(), direntName);