8 references to LockAllAttributesExceptKey
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (8)
36LockAllAttributesExceptKey, 367if ((propInfo.Name == LockAttributesKey) || (propInfo.Name == LockAllAttributesExceptKey)) continue; 1116dataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); 1220(validProp.Name != LockAllAttributesExceptKey) && 1293SR.Format(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, 1317(attribToLockTrim == LockAllAttributesExceptKey) || // or it is the lockattributes keyword 1427if ((propertyName != LockAttributesKey) && (propertyName != LockAllAttributesExceptKey)) 1468case LockAllAttributesExceptKey: