1 write to _configRoot
System.Configuration (1)
System\Configuration\Internal\configsystem.cs (1)
17
_configRoot
= new InternalConfigRoot();
3 references to _configRoot
System.Configuration (3)
System\Configuration\Internal\configsystem.cs (3)
20
_configRoot
.Init(_configHost, false);
21
_configHost.Init(
_configRoot
, hostInitParams);
29
get {return
_configRoot
;}