2 references to DetectAndReportInsecureSources
NuGet.CommandLine.XPlat (2)
Commands\Package\Download\PackageDownloadRunner.cs (2)
68
if (ignorePackageSourceMapping &&
DetectAndReportInsecureSources
(args.AllowInsecureConnections, packageSources, logger))
115
if (
DetectAndReportInsecureSources
(args.AllowInsecureConnections, sourceRepositories.Select(r => r.PackageSource), logger))