25 references to IsRootConfig
System.Configuration.ConfigurationManager (25)
System\Configuration\BaseConfigurationRecord.cs (16)
329
if (
IsRootConfig
)
388
while (!current.
IsRootConfig
)
463
while (!current.
IsRootConfig
)
1651
return _parent.
IsRootConfig
|| (_parent.FindFactoryRecord(configKey, true) == null);
1662
while (!tConfigRecord.
IsRootConfig
)
1670
Debug.Assert(tConfigRecord._parent.
IsRootConfig
,
1707
while (!currentConfigRecord.
IsRootConfig
)
2158
if (_parent.
IsRootConfig
) return;
2211
while (!parent.
IsRootConfig
&& (mode == OverrideMode.Inherit))
2859
if (!_parent.
IsRootConfig
) _parent.ResolveLocationSections();
2932
while (!parent.
IsRootConfig
)
3327
while (!current.
IsRootConfig
)
3431
if (
IsRootConfig
)
3446
while (!configRecord.
IsRootConfig
)
3518
while (!configRecord.
IsRootConfig
)
3652
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
)