1 write to _configPath
System.Configuration (1)
System\Configuration\BaseConfigurationRecord.cs (1)
338
_configPath
= configPath;
21 references to _configPath
System.Configuration (21)
System\Configuration\BaseConfigurationRecord.cs (20)
190
get {return
_configPath
;}
362
_flags[IsAboveApplication] = Host.IsAboveApplication(
_configPath
);
365
_flags[IsTrusted] = Host.IsTrustedConfigPath(
_configPath
);
400
if (IsLocationConfig && Host.IsLocationApplicable(
_configPath
)) {
509
if (Host.IsLocationApplicable(
_configPath
)) {
518
if (StringUtil.EqualsIgnoreCase(locationSectionRecord.SectionXmlInfo.TargetConfigPath, this.
_configPath
) &&
609
ConfigStreamInfo.StreamName = Host.GetStreamName(
_configPath
);
622
_flags[PrefetchAll] = Host.PrefetchAll(
_configPath
, ConfigStreamInfo.StreamName);
1071
string configPath = this.
_configPath
;
3067
VerifyDefinitionAllowed(factoryRecord,
_configPath
, xmlUtil);
3225
string targetConfigPath = (locationSubPath == null) ?
_configPath
: null;
3228
configKey,
_configPath
, targetConfigPath, locationSubPath,
3340
Host.IsDefinitionAllowed(
_configPath
, ConfigurationAllowDefinition.MachineToWebRoot, ConfigurationAllowExeDefinition.MachineOnly)) {
3393
string targetConfigPath = host.GetConfigPathFromLocationSubPath(
_configPath
, locationSubPath);
3436
string targetConfigPath = Host.GetConfigPathFromLocationSubPath(
_configPath
, locationSectionRecord.SectionXmlInfo.SubPath);
3560
return Host.IsDefinitionAllowed(
_configPath
, allowDefinition, allowExeDefinition);
3899
_configRoot.FireConfigChanged(
_configPath
);
4002
configKey,
_configPath
,
_configPath
, null,
4062
string childConfigPath = ConfigPathUtility.Combine(
_configPath
, configName);
System\Configuration\MgmtConfigurationRecord.cs (1)
1992
sectionRecord.ConfigKey, definitionConfigPath,
_configPath
, _locationSubPath,