3 instantiations of ParsedSettingSection
NuGet.Configuration (3)
Settings\NuGetConfiguration.cs (2)
49var defaultSection = new ParsedSettingSection(ConfigurationConstants.PackageSources, defaultSource) 94Add(new ParsedSettingSection(sectionName, item));
Settings\SettingFactory.cs (1)
40return new ParsedSettingSection(element.Name.LocalName, element, origin);
1 reference to ParsedSettingSection
NuGet.Configuration (1)
Settings\NuGetConfiguration.cs (1)
49var defaultSection = new ParsedSettingSection(ConfigurationConstants.PackageSources, defaultSource)