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