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