Implemented interface member:
property
Root
Microsoft.DotNet.Cli.ToolPackage.IToolPackageStore.Root
1 write to Root
Microsoft.DotNet.Tools.Tests.ComponentMocks (1)
ToolPackageStoreMock.cs (1)
24Root = new DirectoryPath(Path.GetFullPath(root.Value));
5 references to Root
Microsoft.DotNet.Tools.Tests.ComponentMocks (5)
ToolPackageStoreMock.cs (5)
33return Root.WithSubDirectories(ToolPackageStoreAndQuery.StagingDirectory, Path.GetRandomFileName()); 55return Root.WithSubDirectories(packageId.ToString()); 66if (!_fileSystem.Directory.Exists(Root.Value)) 71foreach (var subdirectory in _fileSystem.Directory.EnumerateFileSystemEntries(Root.Value)) 90var packageRootDirectory = Root.WithSubDirectories(packageId.ToString());