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