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