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)
188
internal string LocationSubPath =>
_locationSubPath
;
190
internal bool IsLocationConfig =>
_locationSubPath
!= null;
System\Configuration\MgmtConfigurationRecord.cs (7)
103
((MgmtParent._locationTags == null) || !MgmtParent._locationTags.Contains(
_locationSubPath
)))
1844
sectionRecord.ConfigKey, definitionConfigPath, _configPath,
_locationSubPath
,
2040
bool writeLocationTag = (
_locationSubPath
!= null) || !locationUpdates.IsDefault;
2048
if (
_locationSubPath
== null)
2058
BoolToString(locationUpdates.InheritInChildApps),
_locationSubPath
));
2088
OverrideModeSetting.s_locationDefault.LocationTagXmlString, KeywordTrue,
_locationSubPath
));
2776
if ((
_locationSubPath
== null) && recurseLocationUpdates.IsDefault)