8 references to LockAllAttributesExceptKey
System.Configuration (8)
System\Configuration\ConfigurationElement.cs (8)
44
LockAllAttributesExceptKey
,
255
if (propInfo.Name != LockAttributesKey && propInfo.Name !=
LockAllAttributesExceptKey
) {
1218
DataToWrite |= SerializeLockList(_lockedAllExceptAttributesList,
LockAllAttributesExceptKey
, writer);
1303
validProp.Name !=
LockAllAttributesExceptKey
&&
1362
throw new ConfigurationErrorsException(SR.GetString(SR.Config_empty_lock_attributes_except,
LockAllAttributesExceptKey
, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber);
1379
attribToLockTrim ==
LockAllAttributesExceptKey
|| // or it is the lockattributes keyword
1465
if (propertyName != LockAttributesKey && propertyName !=
LockAllAttributesExceptKey
)
1492
else if (propertyName ==
LockAllAttributesExceptKey
) {