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