8 references to Sections
NuGet.Configuration (8)
Settings\NuGetConfiguration.cs (7)
84
if (
Sections
.TryGetValue(sectionName, out var section))
109
if (
Sections
.TryGetValue(sectionName, out var section))
117
if (
Sections
.TryGetValue(sectionName, out var section))
128
foreach (var section in
Sections
)
143
return new NuGetConfiguration(Attributes,
Sections
.Select(s => (SettingSection)s.Value.Clone()));
160
return
Sections
.OrderedEquals(nugetConfiguration.
Sections
, s => s.Key, StringComparer.Ordinal);
Settings\SettingsFile.cs (1)
195
return _rootElement.
Sections
.TryGetValue(sectionName, out section);