5 references to SourceItem
NuGet.Configuration (5)
PackageSource\PackageSource.cs (1)
178
return new
SourceItem
(Name, Source, protocolVersion, allowInsecureConnections, disableTLSCertificateValidation);
Settings\Items\SourceItem.cs (4)
53
:
this
(key, value, protocolVersion: "", allowInsecureConnections: "", disableTLSCertificateValidation: "")
58
:
this
(key, value, protocolVersion, allowInsecureConnections: "", disableTLSCertificateValidation: "")
63
:
this
(key, value, protocolVersion, allowInsecureConnections, disableTLSCertificateValidation: "")
91
var newSetting = new
SourceItem
(Key, Value, ProtocolVersion, AllowInsecureConnections, DisableTLSCertificateValidation);