1 write to _configPath
System.Configuration.ConfigurationManager (1)
System\Configuration\BaseConfigurationRecord.cs (1)
322
_configPath
= configPath;
20 references to _configPath
System.Configuration.ConfigurationManager (20)
System\Configuration\BaseConfigurationRecord.cs (19)
246
public string ConfigPath =>
_configPath
;
342
_flags[IsAboveApplication] = Host.IsAboveApplication(
_configPath
);
380
if (IsLocationConfig && Host.IsLocationApplicable(
_configPath
))
460
if (Host.IsLocationApplicable(
_configPath
))
469
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath,
_configPath
) &&
547
ConfigStreamInfo.StreamName = Host.GetStreamName(
_configPath
);
563
_flags[PrefetchAll] = Host.PrefetchAll(
_configPath
, ConfigStreamInfo.StreamName);
901
string configPath =
_configPath
;
2492
VerifyDefinitionAllowed(factoryRecord,
_configPath
, xmlUtil);
2662
string targetConfigPath = locationSubPath == null ?
_configPath
: null;
2665
configKey,
_configPath
, targetConfigPath, locationSubPath,
2774
Host.IsDefinitionAllowed(
_configPath
, ConfigurationAllowDefinition.MachineToWebRoot,
2834
string targetConfigPath = host.GetConfigPathFromLocationSubPath(
_configPath
, locationSubPath);
2872
string targetConfigPath = Host.GetConfigPathFromLocationSubPath(
_configPath
,
3004
return Host.IsDefinitionAllowed(
_configPath
, allowDefinition, allowExeDefinition);
3288
if (notifyChanged) _configRoot.FireConfigChanged(
_configPath
);
3382
configKey,
_configPath
,
_configPath
, null,
3437
string childConfigPath = ConfigPathUtility.Combine(
_configPath
, configName);
System\Configuration\MgmtConfigurationRecord.cs (1)
1844
sectionRecord.ConfigKey, definitionConfigPath,
_configPath
, _locationSubPath,