3 instantiations of SectionUpdates
System.Configuration.ConfigurationManager (3)
System\Configuration\LocationUpdates.cs (1)
13SectionUpdates = new SectionUpdates(string.Empty);
System\Configuration\MgmtConfigurationRecord.cs (1)
1298SectionUpdates sectionUpdates = new SectionUpdates(string.Empty);
System\Configuration\SectionUpdates.cs (1)
48sectionUpdatesChild = new SectionUpdates(groupPart);
37 references to SectionUpdates
System.Configuration.ConfigurationManager (37)
System\Configuration\LocationUpdates.cs (1)
20internal SectionUpdates SectionUpdates { get; }
System\Configuration\MgmtConfigurationRecord.cs (18)
954SectionUpdates declarationUpdates = GetConfigDeclarationUpdates(saveMode); 1291private SectionUpdates GetConfigDeclarationUpdates(ConfigurationSaveMode saveMode) 1298SectionUpdates sectionUpdates = new SectionUpdates(string.Empty); 1927SectionUpdates declarationUpdates, 1956private void WriteNewConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, 1969private void WriteUnwrittenConfigDeclarations(SectionUpdates declarationUpdates, XmlUtilWriter utilWriter, 1976private void WriteUnwrittenConfigDeclarationsRecursive(SectionUpdates declarationUpdates, 2014SectionUpdates declarationUpdatesChild = declarationUpdates.GetSectionUpdatesForGroup(group); 2035SectionUpdates sectionUpdates = locationUpdates.SectionUpdates; 2096private bool WriteNewConfigDefinitionsRecursive(XmlUtilWriter utilWriter, SectionUpdates sectionUpdates, 2194private void CopyConfig(SectionUpdates declarationUpdates, ConfigDefinitionUpdates definitionUpdates, 2327SectionUpdates sectionUpdates = null; 2373SectionUpdates declarationUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, string group, 2437SectionUpdates declarationUpdatesChild = null; 2438SectionUpdates recurseDeclarationUpdates = declarationUpdates; 2602bool locationPathApplies, LocationUpdates locationUpdates, SectionUpdates sectionUpdates, 2677SectionUpdates recurseSectionUpdates = sectionUpdates; 2817SectionUpdates sectionUpdatesChild =
System\Configuration\SectionUpdates.cs (18)
30private SectionUpdates FindSectionUpdates(string configKey, bool isGroup) 38SectionUpdates sectionUpdates = this; 45SectionUpdates sectionUpdatesChild = (SectionUpdates)sectionUpdates._groups[groupPart]; 66foreach (SectionUpdates sectionUpdates in _groups.Values) 77SectionUpdates sectionUpdates = FindSectionUpdates(update.ConfigKey, false); 87SectionUpdates sectionUpdates = FindSectionUpdates(update.ConfigKey, true); 129internal SectionUpdates GetSectionUpdatesForGroup(string group) 131return (SectionUpdates)_groups[group]; 139foreach (SectionUpdates sectionUpdates in _groups.Values) 148foreach (SectionUpdates sectionUpdates in _groups.Values) sectionUpdates.MarkAsRetrieved(); 154SectionUpdates sectionUpdates = _groups[groupName] as SectionUpdates; 160foreach (SectionUpdates sectionUpdates in _groups.Values) 213SectionUpdates sectionUpdates = (SectionUpdates)de.Value; 234SectionUpdates sectionUpdates = (SectionUpdates)de.Value;