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)
143return _rootElement.GetSection(sectionName); 154_rootElement.AddOrUpdate(sectionName, item); 166_rootElement.Remove(sectionName, item); 186internal bool IsEmpty() => _rootElement == null || _rootElement.IsEmpty(); 195return _rootElement.Sections.TryGetValue(sectionName, out section); 200_rootElement.MergeSectionsInto(sectionsContainer);