3 instantiations of NuGetConfiguration
NuGet.Configuration (3)
Settings\NuGetConfiguration.cs (1)
166return new NuGetConfiguration(Attributes, Sections.Select(s => (SettingSection)s.Value.Clone()));
Settings\SettingsFile.cs (2)
128_rootElement = new NuGetConfiguration(_xDocument.Root, origin: this); 210var configurationElement = new NuGetConfiguration(this);
4 references to NuGetConfiguration
NuGet.Configuration (4)
Settings\NuGetConfiguration.cs (2)
171var nugetConfiguration = other as NuGetConfiguration;
Settings\SettingsFile.cs (2)
59private readonly NuGetConfiguration _rootElement; 210var configurationElement = new NuGetConfiguration(this);