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