5 references to LockAllElementsExceptKey
System.Configuration (5)
System\Configuration\ConfigurationElement.cs (5)
46
LockAllElementsExceptKey
,
1220
DataToWrite |= SerializeLockList(_lockedAllExceptElementsList,
LockAllElementsExceptKey
, writer);
1305
validProp.Name !=
LockAllElementsExceptKey
1364
throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_element_except,
LockAllElementsExceptKey
, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
1498
else if (propertyName ==
LockAllElementsExceptKey
) {