5 writes to IsPasswordClearText
NuGet.Configuration (5)
Settings\Items\CredentialsItem.cs (5)
60IsPasswordClearText = isPasswordClearText; 132IsPasswordClearText = isPasswordClearText; 169IsPasswordClearText = false; 179IsPasswordClearText = true; 279IsPasswordClearText = credentials.IsPasswordClearText;
7 references to IsPasswordClearText
NuGet.Configuration (7)
PackageSource\PackageSourceProvider.cs (1)
332credentialsItem.IsPasswordClearText,
Settings\Items\CredentialsItem.cs (6)
51if (IsPasswordClearText && !isPasswordClearText) 55else if (!IsPasswordClearText && isPasswordClearText) 200var newSetting = new CredentialsItem(ElementName, Username, Password, IsPasswordClearText, ValidAuthenticationTypes); 276IsPasswordClearText != credentials!.IsPasswordClearText) 279IsPasswordClearText = credentials.IsPasswordClearText;