25 references to IsRootConfig
System.Configuration.ConfigurationManager (25)
System\Configuration\BaseConfigurationRecord.cs (16)
333
if (
IsRootConfig
)
392
while (!current.
IsRootConfig
)
467
while (!current.
IsRootConfig
)
1655
return _parent.
IsRootConfig
|| (_parent.FindFactoryRecord(configKey, true) == null);
1666
while (!tConfigRecord.
IsRootConfig
)
1674
Debug.Assert(tConfigRecord._parent.
IsRootConfig
,
1711
while (!currentConfigRecord.
IsRootConfig
)
2162
if (_parent.
IsRootConfig
) return;
2215
while (!parent.
IsRootConfig
&& (mode == OverrideMode.Inherit))
2863
if (!_parent.
IsRootConfig
) _parent.ResolveLocationSections();
2936
while (!parent.
IsRootConfig
)
3331
while (!current.
IsRootConfig
)
3435
if (
IsRootConfig
)
3450
while (!configRecord.
IsRootConfig
)
3522
while (!configRecord.
IsRootConfig
)
3656
if (!_parent.
IsRootConfig
) return;
System\Configuration\ConfigurationSectionGroup.cs (2)
105
if (!configRecord.Parent.
IsRootConfig
)
131
if ((_configRecord != null) && !_configRecord.Parent.
IsRootConfig
)
System\Configuration\Internal\InternalConfigRoot.cs (1)
84
if (parentConfigRecord.
IsRootConfig
) break;
System\Configuration\MgmtConfigurationRecord.cs (5)
327
} while (!configRecord.
IsRootConfig
);
369
while (!current.
IsRootConfig
)
381
Debug.Assert(!current.
IsRootConfig
, "An immediate parent result should have been found");
1324
&& !MgmtParent.
IsRootConfig
1371
if (!MgmtParent.
IsRootConfig
)
System\Configuration\SectionInformation.cs (1)
556
if ((_configRecord != null) && !_configRecord.Parent.
IsRootConfig
)