6 references to NugetConfig
dotnet (4)
Commands\Tool\Install\ProjectRestorer.cs (2)
26if (packageLocation.NugetConfig != null) 29argsToPassToRestore.Add(packageLocation.NugetConfig.Value.Value);
ToolPackage\ToolPackageDownloaderBase.cs (2)
113var packageSourceLocation = new PackageSourceLocation(packageLocation.NugetConfig, packageLocation.RootConfigDirectory, packageLocation.SourceFeedOverrides, packageLocation.AdditionalFeeds, _currentWorkingDirectory); 416nugetConfig: packageLocation.NugetConfig,
Microsoft.DotNet.Tools.Tests.ComponentMocks (2)
ToolPackageDownloaderMock.cs (2)
127packageLocation.NugetConfig, 329packageLocation.NugetConfig,