4 writes to IsReadOnly
System.Configuration.ConfigurationManager (4)
System\Configuration\StringAttributeCollection.cs (4)
16IsReadOnly = false; 50IsReadOnly = false; 86IsReadOnly = true; 140copy.IsReadOnly = IsReadOnly;
2 references to IsReadOnly
System.Configuration.ConfigurationManager (2)
System\Configuration\StringAttributeCollection.cs (2)
75if (IsReadOnly) throw new ConfigurationErrorsException(SR.Config_base_read_only); 140copy.IsReadOnly = IsReadOnly;