1 write to PackageSourceMapping
NuGet.Protocol (1)
PackageDownloadContext.cs (1)
51PackageSourceMapping = packageSourceMappingConfiguration;
2 references to PackageSourceMapping
NuGet.PackageManagement (2)
PackageDownloader.cs (2)
103bool isPackageSourceMappingEnabled = downloadContext.PackageSourceMapping?.IsEnabled == true; 108configuredPackageSources = downloadContext.PackageSourceMapping.GetConfiguredPackageSources(packageIdentity.Id);