9 references to LockAttributesKey
System.Configuration (9)
System\Configuration\ConfigurationElement.cs (9)
43LockAttributesKey, 255if (propInfo.Name != LockAttributesKey && propInfo.Name != LockAllAttributesExceptKey) { 1217DataToWrite |= SerializeLockList(_lockedAttributesList, LockAttributesKey, writer); 1302if (validProp.Name != LockAttributesKey && 1358throw new ConfigurationErrorsException(SR.GetString(SR.Empty_attribute, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1362throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1378attribToLockTrim == LockAttributesKey || // or it is the lockattributes keyword 1465if (propertyName != LockAttributesKey && propertyName != LockAllAttributesExceptKey) 1489else if (propertyName == LockAttributesKey) {