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