1 write to AllowInsecureConnections
NuGet.CommandLine.XPlat (1)
Commands\NuGet\Update\DotnetNuGetUpdateCommand.cs (1)
59AllowInsecureConnections = parseResult.GetValue(allowInsecureConnections),
2 references to AllowInsecureConnections
NuGet.Commands (2)
SourcesCommands\SourceRunners.cs (2)
264existingSource.AllowInsecureConnections = args.AllowInsecureConnections; 285existingSource.AllowInsecureConnections = args.AllowInsecureConnections;