3 references to SettingText
NuGet.Configuration (3)
Settings\Items\OwnersItem.cs (2)
33_content = new SettingText(owners); 119_content = new SettingText(string.Join(OwnersListSeparator.ToString(CultureInfo.CurrentCulture), Content));
Settings\SettingText.cs (1)
61var newSetting = new SettingText(Value);