3 writes to _password
NuGet.Configuration (3)
Settings\Items\CredentialsItem.cs (3)
130_password = new AddItem(passwordKey, password); 168_password = item; 178_password = item;
12 references to _password
NuGet.Configuration (12)
Settings\Items\CredentialsItem.cs (12)
42public string Password => _password.Value; 53_password.UpdateAttribute(ConfigurationConstants.KeyAttribute, ConfigurationConstants.PasswordToken); 57_password.UpdateAttribute(ConfigurationConstants.KeyAttribute, ConfigurationConstants.ClearTextPasswordToken); 64_password.Value = password; 163if (_password != null) 173if (_password != null) 192if (_username == null || _password == null) 225_password.AsXNode()); 278_password.Update(credentials!._password); 322_password.SetOrigin(origin); 331_password.RemoveFromSettings();