10 writes to _lockedAllExceptAttributesList
System.Configuration.ConfigurationManager (10)
System\Configuration\ConfigurationElement.cs (8)
91public ConfigurationLockCollection LockAllAttributesExcept => _lockedAllExceptAttributesList ??= new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, ElementTagName); 274_lockedAllExceptAttributesList ??= new ConfigurationLockCollection(this, 540_lockedAllExceptAttributesList = null; 561_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, 881_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 902_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 1160elem._lockedAllExceptAttributesList = null; 1607_lockedAllExceptAttributesList = new ConfigurationLockCollection(this,
System\Configuration\ConfigurationElementCollection.cs (2)
259_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 281_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList,
40 references to _lockedAllExceptAttributesList
System.Configuration.ConfigurationManager (40)
System\Configuration\ConfigurationElement.cs (36)
85internal ConfigurationLockCollection LockedAllExceptAttributesList => _lockedAllExceptAttributesList; 272if (source._lockedAllExceptAttributesList != null) 276source._lockedAllExceptAttributesList); 278StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, 279source._lockedAllExceptAttributesList); 281_lockedAllExceptAttributesList.ClearInternal(false); 283_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); 356if (source == null || (source._lockedAttributesList == null && source._lockedAllExceptAttributesList == null)) return; 363((source._lockedAllExceptAttributesList != null) && 364!source._lockedAllExceptAttributesList.Contains(propInfo.Name)) 416|| ((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.IsModified) 432_lockedAllExceptAttributesList?.ResetModified(); 533_lockedAllExceptAttributesList?.RemoveInheritedLocks(); 559if (parentElement._lockedAllExceptAttributesList != null) 563parentElement._lockedAllExceptAttributesList); 634((_lockedAllExceptAttributesList != null) && 635!_lockedAllExceptAttributesList.Contains(key)) 832(((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && 833!_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 881_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 900if (parentElement._lockedAllExceptAttributesList != null) 902_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 903parentElement._lockedAllExceptAttributesList, saveMode); 1075if (((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && 1076!_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 1116dataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); 1423((_lockedAllExceptAttributesList != null) && 1424!_lockedAllExceptAttributesList.Contains(propertyName)) 1604if (_lockedAllExceptAttributesList == null) 1609_lockedAllExceptAttributesList.ClearSeedList(); 1612StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, 1615_lockedAllExceptAttributesList.ClearInternal(false); 1617_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default);
System\Configuration\ConfigurationElementCollection.cs (4)
259_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 279if (parentElement._lockedAllExceptAttributesList != null) 281_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 282parentElement._lockedAllExceptAttributesList, saveMode);