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