3 references to DefaultClearItemsName
System.Configuration.ConfigurationManager (3)
System\Configuration\ConfigurationCollectionAttribute.cs (1)
48get { return _clearItemsName ?? ConfigurationElementCollection.DefaultClearItemsName; }
System\Configuration\ConfigurationElementCollection.cs (2)
18private string _clearElement = DefaultClearItemsName; 72throw new ArgumentException(SR.Format(SR.Item_name_reserved, DefaultClearItemsName, value));