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