11 references to CredentialsSectionName
NuGet.Configuration (11)
PackageSource\PackageSourceProvider.cs (11)
323var credentialsSection = settings.GetSection(ConfigurationConstants.CredentialsSectionName); 448var sourceCredentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 475Settings.Remove(ConfigurationConstants.CredentialsSectionName, credentials); 601var credentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 686Settings.Remove(ConfigurationConstants.CredentialsSectionName, existingCredentialsItem); 691Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, newSource.Credentials.AsCredentialsItem()); 697Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, newSource.Credentials.AsCredentialsItem()); 757Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, source.Credentials.AsCredentialsItem()); 804var credentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 846var sourceCredentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 860Settings.Remove(ConfigurationConstants.CredentialsSectionName, existingSourceCredentialItem);