1 write to _rootElement
NuGet.Configuration (1)
Settings\SettingsFile.cs (1)
128
_rootElement
= new NuGetConfiguration(_xDocument.Root, origin: this);
8 references to _rootElement
NuGet.Configuration (8)
Settings\SettingsFile.cs (8)
143
return
_rootElement
.GetSection(sectionName);
154
_rootElement
.AddOrUpdate(sectionName, item);
159
_rootElement
.AddEmptySection(sectionName, this);
171
_rootElement
.Remove(sectionName, item);
191
internal bool IsEmpty() =>
_rootElement
== null ||
_rootElement
.IsEmpty();
200
return
_rootElement
.Sections.TryGetValue(sectionName, out section);
205
_rootElement
.MergeSectionsInto(sectionsContainer);