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