1 write to AddElementName
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationProperty.cs (1)
142
AddElementName
= collectionAttribute.AddItemName;
2 references to AddElementName
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigurationElement.cs (2)
136
if (prop.
AddElementName
!= null)
137
childElementCollection.AddElementName = prop.
AddElementName
;