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