24 references to IsRootConfig
System.Configuration (24)
System\Configuration\BaseConfigurationRecord.cs (15)
350if (IsRootConfig) 407while (!current.IsRootConfig) { 511while (!current.IsRootConfig) { 2162return (_parent.IsRootConfig || _parent.FindFactoryRecord(configKey, true) == null); 2171while (!tConfigRecord.IsRootConfig) { 2219while (!currentConfigRecord.IsRootConfig) { 2732if (_parent.IsRootConfig) { 2787while (!parent.IsRootConfig && (mode == OverrideMode.Inherit)) { 3421if (!_parent.IsRootConfig) { 3490while (!parent.IsRootConfig) { 3951while (!current.IsRootConfig) { 4054if (IsRootConfig) 4081while (!configRecord.IsRootConfig) { 4151while (!configRecord.IsRootConfig) { 4385if (_parent.IsRootConfig) {
System\Configuration\ConfigurationSectionGroup.cs (2)
37if (!configRecord.Parent.IsRootConfig) { 71if (_configRecord != null && !_configRecord.Parent.IsRootConfig) {
System\Configuration\Internal\InternalConfigRoot.cs (1)
175if (parentConfigRecord.IsRootConfig) {
System\Configuration\MgmtConfigurationRecord.cs (5)
420} while (!configRecord.IsRootConfig); 452while (!current.IsRootConfig) { 462Debug.Assert(!current.IsRootConfig, "An immediate parent result should have been found"); 1507&& !MgmtParent.IsRootConfig 1548if (!MgmtParent.IsRootConfig) {
System\Configuration\SectionInformation.cs (1)
270if (_configRecord != null && !_configRecord.Parent.IsRootConfig) {