1 write to _locationSubPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
327_locationSubPath = locationSubPath;
9 references to _locationSubPath
System.Configuration.ConfigurationManager (9)
System\Configuration\BaseConfigurationRecord.cs (2)
188internal string LocationSubPath => _locationSubPath; 190internal bool IsLocationConfig => _locationSubPath != null;
System\Configuration\MgmtConfigurationRecord.cs (7)
103((MgmtParent._locationTags == null) || !MgmtParent._locationTags.Contains(_locationSubPath))) 1844sectionRecord.ConfigKey, definitionConfigPath, _configPath, _locationSubPath, 2040bool writeLocationTag = (_locationSubPath != null) || !locationUpdates.IsDefault; 2048if (_locationSubPath == null) 2058BoolToString(locationUpdates.InheritInChildApps), _locationSubPath)); 2088OverrideModeSetting.s_locationDefault.LocationTagXmlString, KeywordTrue, _locationSubPath)); 2776if ((_locationSubPath == null) && recurseLocationUpdates.IsDefault)