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