8 references to LockAllAttributesExceptKey
System.Configuration (8)
System\Configuration\ConfigurationElement.cs (8)
44LockAllAttributesExceptKey, 255if (propInfo.Name != LockAttributesKey && propInfo.Name != LockAllAttributesExceptKey) { 1218DataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); 1303validProp.Name != LockAllAttributesExceptKey && 1362throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1379attribToLockTrim == LockAllAttributesExceptKey || // or it is the lockattributes keyword 1465if (propertyName != LockAttributesKey && propertyName != LockAllAttributesExceptKey) 1492else if (propertyName == LockAllAttributesExceptKey) {