1 write to AllowInsecureConnections
NuGet.CommandLine.XPlat (1)
Commands\Package\Download\PackageDownloadCommand.cs (1)
87AllowInsecureConnections = parserResult.GetValue(allowInsecureConnections),
2 references to AllowInsecureConnections
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))