6 references to PackageSourceLocation
dotnet (6)
Commands\Tool\Install\ToolInstallGlobalOrToolPathCommand.cs (2)
100var packageSourceLocation = new PackageSourceLocation(string.IsNullOrEmpty(configOption) ? null : new FilePath(configOption), sourceFeedOverrides: _source, additionalSourceFeeds: _addSource, basePath: _currentWorkingDirectory); 109var packageSourceLocationForValidation = new PackageSourceLocation(
Commands\Workload\InstallingWorkloadCommand.cs (1)
105new PackageSourceLocation(string.IsNullOrEmpty(configOption) ? null : new FilePath(configOption), sourceFeedOverrides: sourceOption);
Commands\Workload\Repair\WorkloadRepairCommand.cs (1)
38new PackageSourceLocation(string.IsNullOrEmpty(configOption) ? null : new FilePath(configOption), sourceFeedOverrides: sourceOption);
ToolPackage\ToolPackageDownloaderBase.cs (2)
116var packageSourceLocation = new PackageSourceLocation(packageLocation.NugetConfig, packageLocation.RootConfigDirectory, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory, packageLocation.PackageSourceOverrides); 418var packageSourceLocation = new PackageSourceLocation(