15 writes to _lockedAllExceptElementsList
System.Configuration (15)
System\Configuration\ConfigurationElement.cs (13)
214_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, source._elementTagName, source._lockedAllExceptElementsList); 223collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 315_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, _elementTagName); 514_lockedAllExceptElementsList = null; 550_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement._elementTagName, parentElement._lockedAllExceptElementsList); 557collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 990_lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; 1007_lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList, 1252elem._lockedAllExceptElementsList = null; 1644_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, _elementTagName, newCollection); 1655collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 1681_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, reader.Name); 1684defaultCollection._lockedAllExceptElementsList = _lockedAllExceptElementsList;
System\Configuration\ConfigurationElementCollection.cs (2)
213_lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; 231_lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList,
59 references to _lockedAllExceptElementsList
System.Configuration (59)
System\Configuration\ConfigurationElement.cs (55)
212if (source._lockedAllExceptElementsList != null) { 213if (_lockedAllExceptElementsList == null || _lockedAllExceptElementsList.Count == 0) { 214_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, source._elementTagName, source._lockedAllExceptElementsList); 216StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, source._lockedAllExceptElementsList); 221if (collection != null && collection._lockedAllExceptElementsList == null) { 223collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 226_lockedAllExceptElementsList.ClearInternal(false); 228if (!_lockedAllExceptElementsList.Contains(key) || key == ElementTagName) 229_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy 231if (_lockedAllExceptElementsList.HasParentElements) { 233if ((!_lockedAllExceptElementsList.Contains(prop.Name)) && 314if (_lockedAllExceptElementsList == null) { 317return _lockedAllExceptElementsList; 354if (_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.IsModified) { 385if (_lockedAllExceptElementsList != null) { 386_lockedAllExceptElementsList.ResetModified(); 484((_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.Count != 0) && 485_lockedAllExceptElementsList.HasParentElements && 486!_lockedAllExceptElementsList.DefinedInParent(elementName) || 505if (_lockedAllExceptElementsList != null) { 506_lockedAllExceptElementsList.RemoveInheritedLocks(); 549if (parentElement._lockedAllExceptElementsList != null) { 550_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement._elementTagName, parentElement._lockedAllExceptElementsList); 556if (collection != null && collection._lockedAllExceptElementsList == null) { 557collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 990_lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; 1006if (parentElement._lockedAllExceptElementsList != null) 1007_lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList, 1008parentElement._lockedAllExceptElementsList, saveMode); 1133(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(elementName))) { 1220DataToWrite |= SerializeLockList(_lockedAllExceptElementsList, LockAllElementsExceptKey, writer); 1239(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(key)))) { 1451(_lockedAllExceptElementsList != null && _lockedAllExceptElementsList.Count != 0 && !_lockedAllExceptElementsList.Contains(reader.Name)) || 1643if (_lockedAllExceptElementsList == null) { 1645_lockedAllExceptElementsList.ClearSeedList(); 1648StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, newCollection); 1654if (collection != null && collection._lockedAllExceptElementsList == null) 1655collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; 1658_lockedAllExceptElementsList.ClearInternal(false); 1660if (!_lockedAllExceptElementsList.Contains(key) || key == ElementTagName) 1661_lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy 1665if (!(string.IsNullOrEmpty(prop.Name) || _lockedAllExceptElementsList.Contains(prop.Name)) && 1680if (_lockedAllExceptElementsList == null) { 1682_lockedAllExceptElementsList.ClearSeedList(); 1684defaultCollection._lockedAllExceptElementsList = _lockedAllExceptElementsList;
System\Configuration\ConfigurationElementCollection.cs (4)
213_lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; 230if (parentElement._lockedAllExceptElementsList != null) 231_lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList, 232parentElement._lockedAllExceptElementsList, saveMode);