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