1 write to Value
Microsoft.DotNet.InternalAbstractions (1)
DirectoryPath.cs (1)
21Value = value;
28 references to Value
dotnet-aot (22)
parent\dotnet\Commands\Workload\Install\FileBasedManifestInstaller.cs (1)
41var extractionPath = Path.Combine(tempPackagesDir.Value, "dotnet-sdk-advertising-temp", $"{Path.GetFileName(nupkgPath)}-extracted");
parent\dotnet\Commands\Workload\Install\WorkloadAdvertisingManifestUpdater.cs (1)
201Directory.GetFiles(offlineCache.Value.Value)
parent\dotnet\NugetPackageDownloader\NuGetPackageDownloader.cs (11)
182var resolvedDownloadFolder = downloadFolder == null || !downloadFolder.HasValue ? _packageInstallDir.Value : downloadFolder.Value.Value; 325PackageFolderReader packageReader = new(targetFolder.Value); 331NuGetPackagePathResolver packagePathResolver = new(targetFolder.Value); 335targetFolder.Value, 344Path.GetRelativePath(targetFolder.Value, p).Equals("data/UnixFilePermissions.xml", 352string fullPath = Path.GetFullPath(Path.Combine(targetFolder.Value, fileAndPermission.Path)); 357if (!fullPath.StartsWith(Path.GetFullPath(targetFolder.Value) + Path.DirectorySeparatorChar)) 359throw new GracefulException(string.Format(CliStrings.ResolvedPathEscapesTargetDirectory, fullPath, targetFolder.Value)); 503packageSourceLocation.NugetConfig.Value.GetDirectoryPath().Value; 511packageSourceLocation?.RootConfigDirectory?.Value ?? currentDirectory);
parent\dotnet\ToolManifest\ToolManifestFinder.cs (6)
205if (manifestInsertFolder.Value != null) 225if (_fileSystem.Directory.Exists(currentSearchGitDirectory.Value)) 229if (currentSearchDirectory.Value.Value != null) 231if (_fileSystem.Directory.EnumerateFiles(currentSearchDirectory.Value.Value) 253string manifestFileLocation = Path.Combine(folderPath.Value, Constants.ToolManifestFileName); 273if (!correspondingDirectory.Value.Equals(rootPath.Value))
parent\dotnet\ToolManifest\ToolManifestPackage.cs (2)
42FirstEffectDirectory.Value.TrimEnd('/', '\\') 43.Equals(other.FirstEffectDirectory.Value.TrimEnd('/', '\\'), StringComparison.Ordinal) &&
parent\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
115_fileSystem.Directory.CreateDirectory(_cacheVersionedDirectory.Value);
Microsoft.DotNet.InternalAbstractions (6)
DirectoryPath.cs (6)
27insertValueInFront[0] = Value; 35return new FilePath(Path.Combine(Value, fileName)); 40return $"\"{Value}\""; 47var directoryInfo = new DirectoryInfo(Value); 52throw new InvalidOperationException(Value + " does not have parent directory."); 60var directoryInfo = new DirectoryInfo(Value);