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