10 references to GetParentPath
dotnet (2)
ToolPackage\ToolPackageDownloaderBase.cs (1)
188
_fileSystem.Directory.CreateDirectory(toolStoreTargetDirectory.
GetParentPath
().Value);
ToolPackage\ToolPackageUninstaller.cs (1)
17
var rootDirectory = packageDirectory.
GetParentPath
();
dotnet.Tests (2)
ShellShimTests\ShellShimRepositoryTests.cs (2)
50
var 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)
29
var rootDirectory = packageDirectory.
GetParentPath
();