4 writes to ClearElementName
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
684childElementCollection.ClearElementName = prop.ClearElementName; 775coll.ClearElementName = attribCollection.ClearItemsName;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Tracking\Configuration\ProfileElementCollection.cs (1)
22this.ClearElementName = TrackingConfigurationStrings.Clear;
System.Web (1)
Configuration\ProfileGroupSettingsCollection.cs (1)
29ClearElementName = String.Empty; // This collection does not support Clear tags
3 references to ClearElementName
System.Configuration (3)
System\Configuration\ConfigurationElementCollection.cs (3)
1192elementName == ClearElementName); 1207if (ClearElementName.Length != 0) 1208ElementNames += ", '" + ClearElementName + "'";