2 instantiations of SectionRecord
System.Configuration (2)
System\Configuration\BaseConfigurationRecord.cs (2)
1367
sectionRecordForDefault = new
SectionRecord
(configKey);
3724
sectionRecord = new
SectionRecord
(configKey);
57 references to SectionRecord
System.Configuration (57)
System\Configuration\BaseConfigurationRecord.cs (30)
177
protected abstract object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader);
180
protected abstract object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord);
495
SectionRecord
sectionRecord = EnsureSectionRecord(configKey, true);
521
SectionRecord
sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true);
553
SectionRecord
sectionRecord = EnsureSectionRecord(locationSectionRecord.ConfigKey, true);
707
List<
SectionRecord
> removes = null;
708
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values) {
719
removes = new List<
SectionRecord
>();
727
foreach (
SectionRecord
sectionRecord in removes) {
910
SectionRecord
sectionRecord = GetSectionRecord(configKey, getLkg);
1169
SectionRecord
sectionRecordForDefault = (hasInput) ? null : sectionRecord;
1356
string configKey, bool getRuntimeObject, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
1362
SectionRecord
sectionRecordForDefault;
1518
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult,
1724
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, object parentResult) {
2118
protected object CallCreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
2731
private void DebugValidateIndirectInputs(
SectionRecord
sectionRecord) {
2788
SectionRecord
sectionRecord = parent.GetSectionRecord(configKey, true);
2871
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
3055
SectionRecord
sectionRecord = GetSectionRecord(configKey, true);
3240
SectionRecord
sectionRecord = EnsureSectionRecordUnsafe(configKey, true);
3498
SectionRecord
sectionRecord = parent.GetSectionRecord(locationSectionRecord.ConfigKey, true);
3679
protected
SectionRecord
GetSectionRecord(string configKey, bool permitErrors) {
3680
SectionRecord
sectionRecord;
3683
sectionRecord = (
SectionRecord
) _sectionRecords[configKey];
3698
protected
SectionRecord
EnsureSectionRecord(string configKey, bool permitErrors) {
3705
protected
SectionRecord
EnsureSectionRecordUnsafe(string configKey, bool permitErrors) {
3711
private
SectionRecord
EnsureSectionRecordImpl(string configKey, bool permitErrors, bool setLockSettings) {
3712
SectionRecord
sectionRecord = GetSectionRecord(configKey, permitErrors);
3972
SectionRecord
sectionRecord;
System\Configuration\ConfigDefinitionUpdates.cs (1)
38
internal DefinitionUpdate AddUpdate(OverrideModeSetting overrideMode, bool inheritInChildApps, bool moved, string updatedXml,
SectionRecord
sectionRecord) {
System\Configuration\DefinitionUpdate.cs (3)
13
private
SectionRecord
_sectionRecord;
15
internal DefinitionUpdate(string configKey, bool moved, string updatedXml,
SectionRecord
sectionRecord) :
21
internal
SectionRecord
SectionRecord {
System\Configuration\MgmtConfigurationRecord.cs (15)
145
override protected object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
210
override protected object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord) {
232
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
429
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
478
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
514
SectionRecord
sectionRecord = GetSectionRecord(configKey, false);
595
foreach (
SectionRecord
sectionRecord in current._sectionRecords.Values) {
822
SectionRecord
sectionRecord = EnsureSectionRecordUnsafe(configKey, false);
1580
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values) {
1634
private bool AreLocationAttributesModified(
SectionRecord
sectionRecord, ConfigurationSection configSection) {
1654
private bool AreSectionAttributesModified(
SectionRecord
sectionRecord, ConfigurationSection configSection) {
1678
private bool IsConfigSectionMoved(
SectionRecord
sectionRecord, ConfigurationSection configSection) {
1699
SectionRecord
sectionRecord = (
SectionRecord
) de.Value;
1927
foreach (
SectionRecord
sectionRecord in _sectionRecords.Values) {
System\Configuration\RuntimeConfigurationRecord.cs (6)
56
override protected object CreateSection(bool inputIsTrusted, FactoryRecord factoryRecord,
SectionRecord
sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
66
override protected object UseParentResult(string configKey, object parentResult,
SectionRecord
sectionRecord) {
217
RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
276
RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
284
RuntimeConfigurationRecord configRecord, FactoryRecord factoryRecord,
SectionRecord
sectionRecord,
306
FactoryRecord factoryRecord,
SectionRecord
sectionRecord, SectionInput sectionInput, object parentConfig, ConfigXmlReader reader) {
System\Configuration\SectionInformation.cs (2)
96
internal void AttachToConfigurationRecord(MgmtConfigurationRecord configRecord, FactoryRecord factoryRecord,
SectionRecord
sectionRecord) {
101
internal void SetRuntimeConfigurationInformation(BaseConfigurationRecord configRecord, FactoryRecord factoryRecord,
SectionRecord
sectionRecord) {