10 references to GetParentPath
dotnet (2)
ToolPackage\ToolPackageDownloaderBase.cs (1)
188_fileSystem.Directory.CreateDirectory(toolStoreTargetDirectory.GetParentPath().Value);
ToolPackage\ToolPackageUninstaller.cs (1)
17var rootDirectory = packageDirectory.GetParentPath();
dotnet.Tests (2)
ShellShimTests\ShellShimRepositoryTests.cs (2)
50var parentPathAsShimPath = outputDll.GetDirectoryPath().GetParentPath().GetParentPath().Value;
Microsoft.DotNet.PackageInstall.Tests (5)
ToolPackageDownloaderTests.cs (5)
119.GetParentPath() 120.GetParentPath() 121.GetParentPath() 122.GetParentPath() 123.GetParentPath()
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageUninstallerMock.cs (1)
29var rootDirectory = packageDirectory.GetParentPath();