System\Configuration\ConfigurationElement.cs (7)
45LockElementsKey,
1219DataToWrite |= SerializeLockList(_lockedElementsList, LockElementsKey, writer);
1304validProp.Name != LockElementsKey &&
1360throw new ConfigurationErrorsException(SR.GetString(SR.Empty_attribute, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
1364throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_element_except, LockAllElementsExceptKey, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
1380attribToLockTrim == LockElementsKey || // or it is the lockelements keyword
1495else if (propertyName == LockElementsKey) {