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)
61
var newSetting = new
SettingText
(Value);