5 references to ConfigKey
System.Configuration (5)
System\Configuration\SectionUpdates.cs (5)
93
SectionUpdates sectionUpdates = FindSectionUpdates(update.
ConfigKey
, false);
94
sectionUpdates._sections.Add(update.
ConfigKey
, update);
107
SectionUpdates sectionUpdates = FindSectionUpdates(update.
ConfigKey
, true);
214
sectionNames[i] = update.
ConfigKey
;
234
sectionNames[i] = update.
ConfigKey
;