25 references to IsRootConfig
System.Configuration.ConfigurationManager (25)
System\Configuration\BaseConfigurationRecord.cs (16)
329if (IsRootConfig) 388while (!current.IsRootConfig) 463while (!current.IsRootConfig) 1651return _parent.IsRootConfig || (_parent.FindFactoryRecord(configKey, true) == null); 1662while (!tConfigRecord.IsRootConfig) 1670Debug.Assert(tConfigRecord._parent.IsRootConfig, 1707while (!currentConfigRecord.IsRootConfig) 2158if (_parent.IsRootConfig) return; 2211while (!parent.IsRootConfig && (mode == OverrideMode.Inherit)) 2859if (!_parent.IsRootConfig) _parent.ResolveLocationSections(); 2932while (!parent.IsRootConfig) 3327while (!current.IsRootConfig) 3431if (IsRootConfig) 3446while (!configRecord.IsRootConfig) 3518while (!configRecord.IsRootConfig) 3652if (!_parent.IsRootConfig) return;
System\Configuration\ConfigurationSectionGroup.cs (2)
105if (!configRecord.Parent.IsRootConfig) 131if ((_configRecord != null) && !_configRecord.Parent.IsRootConfig)
System\Configuration\Internal\InternalConfigRoot.cs (1)
84if (parentConfigRecord.IsRootConfig) break;
System\Configuration\MgmtConfigurationRecord.cs (5)
327} while (!configRecord.IsRootConfig); 369while (!current.IsRootConfig) 381Debug.Assert(!current.IsRootConfig, "An immediate parent result should have been found"); 1324&& !MgmtParent.IsRootConfig 1371if (!MgmtParent.IsRootConfig)
System\Configuration\SectionInformation.cs (1)
556if ((_configRecord != null) && !_configRecord.Parent.IsRootConfig)