1 write to _root
System.Configuration (1)
System\Configuration\KeyValueInternalCollection.cs (1)
21_root = root;
4 references to _root
System.Configuration (4)
System\Configuration\KeyValueInternalCollection.cs (4)
22foreach (KeyValueConfigurationElement element in _root.Settings) { 28_root.Settings.Add(new KeyValueConfigurationElement(key, value)); 33_root.Settings.Clear(); 38_root.Settings.Remove(key);