10 references to GetDirectoryName
Aspire.Hosting.Java (1)
JavaDockerfileGenerator.cs (1)
990var wrapperDirectory = Path.GetDirectoryName(wrapper.AsSpan());
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\PathUtilities.cs (1)
58return Path.GetDirectoryName(path);
Microsoft.Build (1)
Logging\TerminalLogger\TerminalLogger.cs (1)
938Uri.TryCreate(new(Path.GetDirectoryName(outputPathSpan)), UriKind.Absolute, out Uri? uri);
Microsoft.NET.Sdk.StaticWebAssets.Tasks (1)
FingerprintPatternMatcher.cs (1)
125var directoryName = Path.GetDirectoryName(relativePathCandidate.Span);
System.Formats.Tar (2)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System\Formats\Tar\TarHeader.Write.cs (1)
1129ReadOnlySpan<char> dirName = Path.GetDirectoryName(_name.AsSpan());
System.IO.FileSystem.AccessControl (1)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.IO.FileSystem.Watcher (1)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
System.Private.CoreLib (2)
src\runtime\src\libraries\Common\src\System\IO\PathInternal.cs (1)
242Path.Join(Path.GetDirectoryName(path.AsSpan()), pathToTarget.AsSpan()) : pathToTarget;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (1)
45ReadOnlySpan<char> directoryName = Path.GetDirectoryName(expression.AsSpan());