1 instantiation of LocationSectionRecord
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
3257LocationSectionRecord locationSectionRecord = new LocationSectionRecord(sectionXmlInfo, localErrors);
17 references to LocationSectionRecord
System.Configuration (17)
System\Configuration\BaseConfigurationRecord.cs (12)
380LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _parent._locationSections[i]; 411foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 514foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 551foreach (LocationSectionRecord locationSectionRecord in locationSubPathInputs) { 3257LocationSectionRecord locationSectionRecord = new LocationSectionRecord(sectionXmlInfo, localErrors); 3432foreach (LocationSectionRecord locationSectionRecord in _locationSections) { 3448LocationSectionRecord duplicateRecord = (LocationSectionRecord) locationSectionRecordDictionary[locationSectionRecord.ConfigKey]; 3491foreach (LocationSectionRecord locationSectionRecord in this._locationSections) { 3512foreach (LocationSectionRecord parentLocationSectionRecord in parent._locationSections) { 4084foreach (LocationSectionRecord locationSectionRecord in configRecord._locationSections) {
System\Configuration\MgmtConfigurationRecord.cs (5)
608foreach (LocationSectionRecord locationSectionRecord in current._locationSections) { 900LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _locationSections[i]; 2055LocationSectionRecord locationSectionRecord = (LocationSectionRecord) _locationSections[i];