4 references to RootConfigDirectory
dotnet (2)
ToolPackage\ToolPackageDownloaderBase.cs (2)
113
var packageSourceLocation = new PackageSourceLocation(packageLocation.NugetConfig, packageLocation.
RootConfigDirectory
, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory);
417
rootConfigDirectory: packageLocation.
RootConfigDirectory
,
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageDownloaderMock.cs (2)
128
packageLocation.
RootConfigDirectory
,
330
packageLocation.
RootConfigDirectory
,