8 references to LockAllAttributesExceptKey
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (8)
36
LockAllAttributesExceptKey
,
367
if ((propInfo.Name == LockAttributesKey) || (propInfo.Name ==
LockAllAttributesExceptKey
)) continue;
1116
dataToWrite |= SerializeLockList(_lockedAllExceptAttributesList,
LockAllAttributesExceptKey
, writer);
1220
(validProp.Name !=
LockAllAttributesExceptKey
) &&
1293
SR.Format(SR.Config_empty_lock_attributes_except,
LockAllAttributesExceptKey
,
1317
(attribToLockTrim ==
LockAllAttributesExceptKey
) || // or it is the lockattributes keyword
1427
if ((propertyName != LockAttributesKey) && (propertyName !=
LockAllAttributesExceptKey
))
1468
case
LockAllAttributesExceptKey
: