7 references to GetFirstItemWithAttribute
NuGet.CommandLine.XPlat (1)
Commands\ConfigCommands\ConfigRunners.cs (1)
183
AddItem item = sectionElement?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, key);
NuGet.Configuration (6)
PackageSource\PackageSourceProvider.cs (2)
595
disabledSourceItem = disabledSourcesSection?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, sourceToUpdate.ElementName);
1001
var value = disabledSources?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, name);
Utility\SettingsUtility.cs (4)
30
var item = sectionElement?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, key);
53
var element = sectionElement?.
GetFirstItemWithAttribute
<SettingItem>(attributeKey, attributeValue);
143
var encryptedItem = sectionElement?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, key);
413
var configSetting = configSection?.
GetFirstItemWithAttribute
<AddItem>(ConfigurationConstants.KeyAttribute, ConfigurationConstants.DefaultPushSource);