3 writes to RemoveElementName
System.Configuration (2)
System\Configuration\ConfigurationElement.cs (2)
682childElementCollection.RemoveElementName = prop.RemoveElementName; 773coll.RemoveElementName = attribCollection.RemoveItemName;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Tracking\Configuration\ProfileElementCollection.cs (1)
21this.RemoveElementName = TrackingConfigurationStrings.Remove;
3 references to RemoveElementName
System.Configuration (3)
System\Configuration\ConfigurationElementCollection.cs (3)
1191elementName == RemoveElementName || 1205if (RemoveElementName.Length != 0) 1206ElementNames += ", '" + RemoveElementName + "'";