5 references to GetDirectoryName
System.Formats.Tar (2)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246
Path.Join(Path.
GetDirectoryName
(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System\Formats\Tar\TarHeader.Write.cs (1)
1186
ReadOnlySpan<char> dirName = Path.
GetDirectoryName
(_name.AsSpan());
System.IO.FileSystem.Watcher (1)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246
Path.Join(Path.
GetDirectoryName
(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.Private.CoreLib (2)
src\libraries\Common\src\System\IO\PathInternal.cs (1)
246
Path.Join(Path.
GetDirectoryName
(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (1)
45
ReadOnlySpan<char> directoryName = Path.
GetDirectoryName
(expression.AsSpan());