1 write to AllowInsecureConnections
NuGet.Configuration (1)
Settings\Items\SourceItem.cs (1)
90AllowInsecureConnections = allowInsecureConnections;
2 references to AllowInsecureConnections
NuGet.Configuration (2)
PackageSource\PackageSourceProvider.cs (1)
399if (bool.TryParse(setting.AllowInsecureConnections, out var allowInsecureConnections))
Settings\Items\SourceItem.cs (1)
105var newSetting = new SourceItem(Key, Value, ProtocolVersion, AllowInsecureConnections, DisableTLSCertificateValidation)