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