1 write to Source
NuGet.Configuration (1)
PackageSource\PackageSourceCredential.cs (1)
99
Source
= source ?? throw new ArgumentNullException(nameof(source));
6 references to Source
NuGet.Configuration (6)
PackageSource\PackageSourceCredential.cs (6)
65
string.Format(CultureInfo.CurrentCulture, Resources.UnsupportedDecryptPassword,
Source
), e);
111
combiner.AddObject(
Source
);
183
return new PackageSourceCredential(
Source
, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText);
207
return new CredentialsItem(
Source
, Username, PasswordText, IsPasswordClearText, ValidAuthenticationTypesText);
222
return string.Equals(
Source
, other.
Source
, StringComparison.Ordinal) &&