1 write to AllowInsecureConnections
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Add\DotnetNuGetAddCommand.cs (1)
59
AllowInsecureConnections
= parseResult.GetValue(allowInsecureConnections),
1 reference to AllowInsecureConnections
NuGet.Commands (1)
SourcesCommands\SourceRunners.cs (1)
67
newPackageSource.AllowInsecureConnections = args.
AllowInsecureConnections
;