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