12 references to Name
System.Configuration (11)
System\Configuration\ConfigurationElement.cs (11)
249if ((source._lockedAttributesList != null && (source._lockedAttributesList.Contains(propInfo.Name) || 251(source._lockedAllExceptAttributesList != null && !source._lockedAllExceptAttributesList.Contains(propInfo.Name)) 255if (propInfo.Name != LockAttributesKey && propInfo.Name != LockAllAttributesExceptKey) { 257if (ElementInformation.Properties[propInfo.Name] == null) { // locked items are not defined 260ConfigurationProperty prop = (ConfigurationProperty)source.Properties[propInfo.Name]; 267_values.SetValue(propInfo.Name, propInfo.Value, flags, source.PropertyInfoInternal(propInfo.Name)); 271if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.SetHere) { 273throw new ConfigurationErrorsException(SR.GetString(SR.Config_base_attribute_locked, propInfo.Name)); 276ElementInformation.Properties[propInfo.Name].Value = propInfo.Value;
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceModelConfigurationElementCollection.cs (1)
91elementKeys.Add(propertyInfo.Name);