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