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