2 instantiations of SectionRecord
System.Configuration.ConfigurationManager (2)
System\Configuration\BaseConfigurationRecord.cs (2)
1113
SectionRecord sectionRecordForDefault = sectionRecord ?? new
SectionRecord
(configKey);
3155
sectionRecord = new
SectionRecord
(configKey);
53 references to SectionRecord
System.Configuration.ConfigurationManager (53)
System\Configuration\BaseConfigurationRecord.cs (30)
286
SectionRecord
sectionRecord, object parentConfig, ConfigXmlReader reader);
289
protected abstract object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord);
453
SectionRecord
sectionRecord = EnsureSectionRecord(configKey, true);
477
SectionRecord
sectionRecord =
508
SectionRecord
sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true);
649
List<
SectionRecord
> removes = null;
650
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values)
663
removes ??= new List<
SectionRecord
>();
671
foreach (
SectionRecord
sectionRecord in removes)
793
SectionRecord
sectionRecord = GetSectionRecord(configKey, getLkg);
988
SectionRecord
sectionRecordForDefault = hasInput ? null : sectionRecord;
1110
string configKey, bool getRuntimeObject, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
1113
SectionRecord
sectionRecordForDefault = sectionRecord ?? new SectionRecord(configKey);
1150
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult,
1335
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult)
1618
protected object CallCreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
2160
private void DebugValidateIndirectInputs(
SectionRecord
sectionRecord)
2217
SectionRecord
sectionRecord = parent.GetSectionRecord(configKey, true);
2295
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
2481
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
2680
SectionRecord
sectionRecord = EnsureSectionRecordUnsafe(configKey, true);
2943
SectionRecord
sectionRecord =
3108
protected
SectionRecord
GetSectionRecord(string configKey, bool permitErrors)
3110
SectionRecord
sectionRecord;
3112
if (_sectionRecords != null) sectionRecord = (
SectionRecord
)_sectionRecords[configKey];
3122
protected
SectionRecord
EnsureSectionRecord(string configKey, bool permitErrors)
3130
protected
SectionRecord
EnsureSectionRecordUnsafe(string configKey, bool permitErrors)
3137
private
SectionRecord
EnsureSectionRecordImpl(string configKey, bool permitErrors, bool setLockSettings)
3139
SectionRecord
sectionRecord = GetSectionRecord(configKey, permitErrors);
3362
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)