25 references to IsRootConfig
System.Configuration.ConfigurationManager (25)
System\Configuration\BaseConfigurationRecord.cs (16)
333if (IsRootConfig) 392while (!current.IsRootConfig) 467while (!current.IsRootConfig) 1655return _parent.IsRootConfig || (_parent.FindFactoryRecord(configKey, true) == null); 1666while (!tConfigRecord.IsRootConfig) 1674Debug.Assert(tConfigRecord._parent.IsRootConfig, 1711while (!currentConfigRecord.IsRootConfig) 2162if (_parent.IsRootConfig) return; 2215while (!parent.IsRootConfig && (mode == OverrideMode.Inherit)) 2863if (!_parent.IsRootConfig) _parent.ResolveLocationSections(); 2936while (!parent.IsRootConfig) 3331while (!current.IsRootConfig) 3435if (IsRootConfig) 3450while (!configRecord.IsRootConfig) 3522while (!configRecord.IsRootConfig) 3656if (!_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)