5 references to SourceItem
NuGet.Configuration (5)
PackageSource\PackageSource.cs (1)
220
return new
SourceItem
(Name, Source, protocolVersion, allowInsecureConnections, disableTLSCertificateValidation)
Settings\Items\SourceItem.cs (4)
67
:
this
(key, value, protocolVersion: "", allowInsecureConnections: "", disableTLSCertificateValidation: "")
72
:
this
(key, value, protocolVersion, allowInsecureConnections: "", disableTLSCertificateValidation: "")
77
:
this
(key, value, protocolVersion, allowInsecureConnections, disableTLSCertificateValidation: "")
105
var newSetting = new
SourceItem
(Key, Value, ProtocolVersion, AllowInsecureConnections, DisableTLSCertificateValidation)