11 references to CredentialsSectionName
NuGet.Configuration (11)
PackageSource\PackageSourceProvider.cs (11)
464var credentialsSection = settings.GetSection(ConfigurationConstants.CredentialsSectionName); 589var sourceCredentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 616Settings.Remove(ConfigurationConstants.CredentialsSectionName, credentials); 742var credentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 829Settings.Remove(ConfigurationConstants.CredentialsSectionName, existingCredentialsItem); 834Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, newSource.Credentials.AsCredentialsItem()); 840Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, newSource.Credentials.AsCredentialsItem()); 900Settings.AddOrUpdate(ConfigurationConstants.CredentialsSectionName, source.Credentials.AsCredentialsItem()); 947var credentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 989var sourceCredentialsSection = Settings.GetSection(ConfigurationConstants.CredentialsSectionName); 1003Settings.Remove(ConfigurationConstants.CredentialsSectionName, existingSourceCredentialItem);