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