3 references to DefaultAllowInsecureConnections
NuGet.Configuration (3)
PackageSource\PackageSource.cs (2)
109public bool AllowInsecureConnections { get; set; } = DefaultAllowInsecureConnections; 170if (AllowInsecureConnections != DefaultAllowInsecureConnections)
PackageSource\PackageSourceProvider.cs (1)
289return PackageSource.DefaultAllowInsecureConnections;