9 references to LockAttributesKey
System.Configuration.ConfigurationManager (9)
System\Configuration\ConfigurationElement.cs (9)
35LockAttributesKey, 367if ((propInfo.Name == LockAttributesKey) || (propInfo.Name == LockAllAttributesExceptKey)) continue; 1115dataToWrite |= SerializeLockList(_lockedAttributesList, LockAttributesKey, writer); 1219if ((validProp.Name != LockAttributesKey) && 1286throw new ConfigurationErrorsException(SR.Format(SR.Empty_attribute, LockAttributesKey), 1294LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); 1316(attribToLockTrim == LockAttributesKey) || // or it is the lockattributes keyword 1427if ((propertyName != LockAttributesKey) && (propertyName != LockAllAttributesExceptKey)) 1464case LockAttributesKey: