3 instantiations of SectionUpdates
System.Configuration (3)
System\Configuration\LocationUpdates.cs (1)
20
_sectionUpdates = new
SectionUpdates
(string.Empty);
System\Configuration\MgmtConfigurationRecord.cs (1)
1481
SectionUpdates sectionUpdates = new
SectionUpdates
(string.Empty);
System\Configuration\SectionUpdates.cs (1)
60
sectionUpdatesChild = new
SectionUpdates
(groupPart);
38 references to SectionUpdates
System.Configuration (38)
System\Configuration\LocationUpdates.cs (2)
15
SectionUpdates
_sectionUpdates; // root of section
31
internal
SectionUpdates
SectionUpdates {
System\Configuration\MgmtConfigurationRecord.cs (18)
1141
SectionUpdates
declarationUpdates = GetConfigDeclarationUpdates(saveMode, forceUpdateAll);
1475
private
SectionUpdates
GetConfigDeclarationUpdates(ConfigurationSaveMode saveMode, bool forceUpdateAll) {
1481
SectionUpdates
sectionUpdates = new SectionUpdates(string.Empty);
2071
SectionUpdates
declarationUpdates,
2103
private void WriteNewConfigDeclarations(
SectionUpdates
declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) {
2118
private void WriteUnwrittenConfigDeclarations(
SectionUpdates
declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) {
2122
private void WriteUnwrittenConfigDeclarationsRecursive(
SectionUpdates
declarationUpdates, XmlUtilWriter utilWriter, int linePosition, int indent, bool skipFirstIndent) {
2155
SectionUpdates
declarationUpdatesChild = declarationUpdates.GetSectionUpdatesForGroup(group);
2177
SectionUpdates
sectionUpdates = locationUpdates.SectionUpdates;
2227
private bool WriteNewConfigDefinitionsRecursive(XmlUtilWriter utilWriter,
SectionUpdates
sectionUpdates, int linePosition, int indent, bool skipFirstIndent) {
2316
private void CopyConfig(
SectionUpdates
declarationUpdates, ConfigDefinitionUpdates definitionUpdates,
2446
SectionUpdates
sectionUpdates = null;
2499
SectionUpdates
declarationUpdates, XmlUtil xmlUtil, XmlUtilWriter utilWriter, string group,
2568
SectionUpdates
declarationUpdatesChild = null;
2569
SectionUpdates
recurseDeclarationUpdates = declarationUpdates;
2725
bool locationPathApplies, LocationUpdates locationUpdates,
SectionUpdates
sectionUpdates,
2800
SectionUpdates
recurseSectionUpdates = sectionUpdates;
2919
SectionUpdates
sectionUpdatesChild = sectionUpdates.GetSectionUpdatesForGroup(elementName);
System\Configuration\SectionUpdates.cs (18)
42
private
SectionUpdates
FindSectionUpdates(string configKey, bool isGroup) {
53
SectionUpdates
sectionUpdates = this;
58
SectionUpdates
sectionUpdatesChild = (
SectionUpdates
) sectionUpdates._groups[groupPart];
79
foreach (
SectionUpdates
sectionUpdates in _groups.Values) {
93
SectionUpdates
sectionUpdates = FindSectionUpdates(update.ConfigKey, false);
107
SectionUpdates
sectionUpdates = FindSectionUpdates(update.ConfigKey, true);
152
internal
SectionUpdates
GetSectionUpdatesForGroup(string group) {
153
return (
SectionUpdates
) _groups[group];
164
foreach (
SectionUpdates
sectionUpdates in _groups.Values) {
175
foreach (
SectionUpdates
sectionUpdates in _groups.Values) {
185
SectionUpdates
sectionUpdates = _groups[groupName] as
SectionUpdates
;
195
foreach (
SectionUpdates
sectionUpdates in _groups.Values) {
251
SectionUpdates
sectionUpdates = (
SectionUpdates
) de.Value;
274
SectionUpdates
sectionUpdates = (
SectionUpdates
) de.Value;