8 references to LockAll
System.Configuration.ConfigurationManager (8)
System\Configuration\ConfigurationElement.cs (8)
362
source._lockedAttributesList.Contains(
LockAll
))) ||
514
(_lockedElementsList.DefinedInParent(
LockAll
) || _lockedElementsList.DefinedInParent(elementName));
633
_lockedAttributesList.Contains(
LockAll
))) ||
835
(_lockedAttributesList.DefinedInParent(prop.Name) || _lockedAttributesList.DefinedInParent(
LockAll
))) ||
1311
(attribToLockTrim ==
LockAll
)))
1407
(_lockedElementsList.Contains(
LockAll
) && (reader.Name != ElementTagName)))) ||
1422
(_lockedAttributesList.Contains(propertyName) || _lockedAttributesList.Contains(
LockAll
))) ||
1644
if (key ==
LockAll
)