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)
143return _rootElement.GetSection(sectionName); 154_rootElement.AddOrUpdate(sectionName, item); 159_rootElement.AddEmptySection(sectionName, this); 171_rootElement.Remove(sectionName, item); 191internal bool IsEmpty() => _rootElement == null || _rootElement.IsEmpty(); 200return _rootElement.Sections.TryGetValue(sectionName, out section); 205_rootElement.MergeSectionsInto(sectionsContainer);