2 instantiations of SectionRecord
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
1109
SectionRecord sectionRecordForDefault = sectionRecord ?? new
SectionRecord
(configKey);
3151
sectionRecord = new
SectionRecord
(configKey);
53 references to SectionRecord
System.Configuration.ConfigurationManager (53)
System\Configuration\BaseConfigurationRecord.cs (30)
282
SectionRecord
sectionRecord, object parentConfig, ConfigXmlReader reader);
285
protected abstract object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord);
449
SectionRecord
sectionRecord = EnsureSectionRecord(configKey, true);
473
SectionRecord
sectionRecord =
504
SectionRecord
sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true);
645
List<
SectionRecord
> removes = null;
646
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values)
659
removes ??= new List<
SectionRecord
>();
667
foreach (
SectionRecord
sectionRecord in removes)
789
SectionRecord
sectionRecord = GetSectionRecord(configKey, getLkg);
984
SectionRecord
sectionRecordForDefault = hasInput ? null : sectionRecord;
1106
string configKey, bool getRuntimeObject, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
1109
SectionRecord
sectionRecordForDefault = sectionRecord ?? new SectionRecord(configKey);
1146
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult,
1331
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult)
1614
protected object CallCreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
2156
private void DebugValidateIndirectInputs(
SectionRecord
sectionRecord)
2213
SectionRecord
sectionRecord = parent.GetSectionRecord(configKey, true);
2291
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
2477
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
2676
SectionRecord
sectionRecord = EnsureSectionRecordUnsafe(configKey, true);
2939
SectionRecord
sectionRecord =
3104
protected
SectionRecord
GetSectionRecord(string configKey, bool permitErrors)
3106
SectionRecord
sectionRecord;
3108
if (_sectionRecords != null) sectionRecord = (
SectionRecord
)_sectionRecords[configKey];
3118
protected
SectionRecord
EnsureSectionRecord(string configKey, bool permitErrors)
3126
protected
SectionRecord
EnsureSectionRecordUnsafe(string configKey, bool permitErrors)
3133
private
SectionRecord
EnsureSectionRecordImpl(string configKey, bool permitErrors, bool setLockSettings)
3135
SectionRecord
sectionRecord = GetSectionRecord(configKey, permitErrors);
3358
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
System\Configuration\ConfigDefinitionUpdates.cs (1)
33
string updatedXml,
SectionRecord
sectionRecord)
System\Configuration\DefinitionUpdate.cs (2)
8
internal DefinitionUpdate(string configKey, bool moved, string updatedXml,
SectionRecord
sectionRecord) :
14
internal
SectionRecord
SectionRecord { get; }
System\Configuration\MgmtConfigurationRecord.cs (15)
143
SectionRecord
sectionRecord, object parentConfig, ConfigXmlReader reader)
194
protected override object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord)
217
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
337
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
395
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
431
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
511
foreach (
SectionRecord
sectionRecord in current._sectionRecords.Values)
713
SectionRecord
sectionRecord = EnsureSectionRecordUnsafe(configKey, false);
1410
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values)
1467
private static bool AreLocationAttributesModified(
SectionRecord
sectionRecord, ConfigurationSection configSection)
1489
private static bool AreSectionAttributesModified(
SectionRecord
sectionRecord, ConfigurationSection configSection)
1514
private static bool IsConfigSectionMoved(
SectionRecord
sectionRecord, ConfigurationSection configSection)
1539
SectionRecord
sectionRecord = (
SectionRecord
)de.Value;
1773
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values)
System\Configuration\RuntimeConfigurationRecord.cs (3)
41
SectionRecord
sectionRecord, object parentConfig, ConfigXmlReader reader)
53
protected override object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord)
139
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentConfig, ConfigXmlReader reader)
System\Configuration\SectionInformation.cs (2)
415
SectionRecord
sectionRecord)
422
FactoryRecord factoryRecord,
SectionRecord
sectionRecord)