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