14 references to LockedElementsExceptionList
System.Configuration.ConfigurationManager (14)
System\Configuration\ConfigurationElement.cs (12)
95
public ConfigurationLockCollection LockAllElementsExcept => _lockedAllExceptElementsList ??= new ConfigurationLockCollection(this, ConfigurationLockCollectionType.
LockedElementsExceptionList
, ElementTagName);
319
ConfigurationLockCollectionType.
LockedElementsExceptionList
, source.ElementTagName,
591
ConfigurationLockCollectionType.
LockedElementsExceptionList
, parentElement.ElementTagName,
1208
(lockedType == ConfigurationLockCollectionType.
LockedElementsExceptionList
)))
1226
(lockedType == ConfigurationLockCollectionType.
LockedElementsExceptionList
))
1254
(lockedType == ConfigurationLockCollectionType.
LockedElementsExceptionList
))
1295
case ConfigurationLockCollectionType.
LockedElementsExceptionList
:
1320
(lockType != ConfigurationLockCollectionType.
LockedElementsExceptionList
) &&
1324
(lockType == ConfigurationLockCollectionType.
LockedElementsExceptionList
)) &&
1657
ConfigurationLockCollectionType.
LockedElementsExceptionList
);
1661
ConfigurationLockCollectionType.
LockedElementsExceptionList
, ElementTagName, newCollection);
1698
ConfigurationLockCollectionType.
LockedElementsExceptionList
, reader.Name);
System\Configuration\ConfigurationLockCollection.cs (2)
42
(LockType == ConfigurationLockCollectionType.
LockedElementsExceptionList
);
169
(LockType == ConfigurationLockCollectionType.
LockedElementsExceptionList
))