12 references to GetDirectoryPath
dotnet (7)
Commands\Tool\Install\ToolInstallLocalInstaller.cs (1)
73var rootConfigDirectory = manifestFile.GetDirectoryPath();
NugetPackageDownloader\NuGetPackageDownloader.cs (1)
380packageSourceLocation.NugetConfig.Value.GetDirectoryPath().Value;
ToolManifest\ToolManifestEditor.cs (3)
39GetToolManifestPackageFromOneManifestFile(deserializedManifest, manifest, manifest.GetDirectoryPath()); 89GetToolManifestPackageFromOneManifestFile(deserializedManifest, manifest, manifest.GetDirectoryPath()); 412manifest.GetDirectoryPath());
ToolManifest\ToolManifestFinder.cs (2)
37filePath != null ? [(filePath.Value, filePath.Value.GetDirectoryPath())] : EnumerateDefaultAllPossibleManifests(); 54filePath != null ? [(filePath.Value, filePath.Value.GetDirectoryPath())] : EnumerateDefaultAllPossibleManifests();
dotnet.Tests (1)
ShellShimTests\ShellShimRepositoryTests.cs (1)
50var parentPathAsShimPath = outputDll.GetDirectoryPath().GetParentPath().GetParentPath().Value;
Microsoft.DotNet.PackageInstall.Tests (4)
NuGetPackageInstallerTests.cs (2)
132DirectoryPath directoryBelowNugetConfig = nugetConfigPath.GetDirectoryPath().WithSubDirectories("subDir"); 359fileSystem.Directory.CreateDirectory(filePath.Value.GetDirectoryPath().Value);
ToolPackageDownloaderTests.cs (2)
118.GetDirectoryPath() 929fileSystem.Directory.CreateDirectory(filePath.Value.GetDirectoryPath().Value);