1 write to _configPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
326
_configPath
= configPath;
20 references to _configPath
System.Configuration.ConfigurationManager (20)
System\Configuration\BaseConfigurationRecord.cs (19)
250
public string ConfigPath =>
_configPath
;
346
_flags[IsAboveApplication] = Host.IsAboveApplication(
_configPath
);
384
if (IsLocationConfig && Host.IsLocationApplicable(
_configPath
))
464
if (Host.IsLocationApplicable(
_configPath
))
473
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath,
_configPath
) &&
551
ConfigStreamInfo.StreamName = Host.GetStreamName(
_configPath
);
567
_flags[PrefetchAll] = Host.PrefetchAll(
_configPath
, ConfigStreamInfo.StreamName);
905
string configPath =
_configPath
;
2496
VerifyDefinitionAllowed(factoryRecord,
_configPath
, xmlUtil);
2666
string targetConfigPath = locationSubPath == null ?
_configPath
: null;
2669
configKey,
_configPath
, targetConfigPath, locationSubPath,
2778
Host.IsDefinitionAllowed(
_configPath
, ConfigurationAllowDefinition.MachineToWebRoot,
2838
string targetConfigPath = host.GetConfigPathFromLocationSubPath(
_configPath
, locationSubPath);
2876
string targetConfigPath = Host.GetConfigPathFromLocationSubPath(
_configPath
,
3008
return Host.IsDefinitionAllowed(
_configPath
, allowDefinition, allowExeDefinition);
3292
if (notifyChanged) _configRoot.FireConfigChanged(
_configPath
);
3386
configKey,
_configPath
,
_configPath
, null,
3441
string childConfigPath = ConfigPathUtility.Combine(
_configPath
, configName);
System\Configuration\MgmtConfigurationRecord.cs (1)
1844
sectionRecord.ConfigKey, definitionConfigPath,
_configPath
, _locationSubPath,