2 writes to _rootConfigRecord
System.Configuration (2)
System\Configuration\Internal\InternalConfigRoot.cs (2)
55_rootConfigRecord = MgmtConfigurationRecord.Create(this, null, string.Empty, null); 58_rootConfigRecord = (BaseConfigurationRecord) RuntimeConfigurationRecord.Create(this, null, string.Empty);
2 references to _rootConfigRecord
System.Configuration (2)
System\Configuration\Internal\InternalConfigRoot.cs (2)
71get {return _rootConfigRecord;} 133currentRecord = _rootConfigRecord;