1 write to AllowInsecureConnections
NuGet.CommandLine.XPlat (1)
Commands\Verbs.cs (1)
414
AllowInsecureConnections
= allowInsecureConnections.HasValue(),
2 references to AllowInsecureConnections
NuGet.Commands (2)
SourcesCommands\SourceRunners.cs (2)
264
existingSource.AllowInsecureConnections = args.
AllowInsecureConnections
;
285
existingSource.AllowInsecureConnections = args.
AllowInsecureConnections
;