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