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