10 writes to _lockedAllExceptAttributesList
System.Configuration (10)
System\Configuration\ConfigurationElement.cs (8)
176_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, String.Empty, source._lockedAllExceptAttributesList); 297_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, _elementTagName); 512_lockedAllExceptAttributesList = null; 527_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, String.Empty, parentElement._lockedAllExceptAttributesList); 989_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 1004_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 1250elem._lockedAllExceptAttributesList = null; 1586_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, String.Empty, newCollection);
System\Configuration\ConfigurationElementCollection.cs (2)
212_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 228_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList,
45 references to _lockedAllExceptAttributesList
System.Configuration (45)
System\Configuration\ConfigurationElement.cs (41)
143return _lockedAllExceptAttributesList; 174if (source._lockedAllExceptAttributesList != null) { 175if (_lockedAllExceptAttributesList == null) { 176_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, String.Empty, source._lockedAllExceptAttributesList); 179StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, source._lockedAllExceptAttributesList); 181_lockedAllExceptAttributesList.ClearInternal(false); 183_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); 246if (source._lockedAttributesList != null || source._lockedAllExceptAttributesList != null) { 251(source._lockedAllExceptAttributesList != null && !source._lockedAllExceptAttributesList.Contains(propInfo.Name)) 296if (_lockedAllExceptAttributesList == null) { 299return _lockedAllExceptAttributesList; 346if (_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.IsModified) { 377if (_lockedAllExceptAttributesList != null) { 378_lockedAllExceptAttributesList.ResetModified(); 502if (_lockedAllExceptAttributesList != null) { 503_lockedAllExceptAttributesList.RemoveInheritedLocks(); 526if (parentElement._lockedAllExceptAttributesList != null) { 527_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, String.Empty, parentElement._lockedAllExceptAttributesList); 596(_lockedAllExceptAttributesList != null) && 597!_lockedAllExceptAttributesList.Contains(key)) ? 916((_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 989_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 1003if (parentElement._lockedAllExceptAttributesList != null) 1004_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 1005parentElement._lockedAllExceptAttributesList, saveMode); 1182if ((_lockedAllExceptAttributesList != null && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || 1218DataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); 1463(_lockedAllExceptAttributesList != null && !_lockedAllExceptAttributesList.Contains(propertyName)) 1585if (_lockedAllExceptAttributesList == null) { 1587_lockedAllExceptAttributesList.ClearSeedList(); // Prevent the list from thinking this was set by a parent. 1589StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, newCollection); 1601_lockedAllExceptAttributesList.ClearInternal(false); 1603_lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default);
System\Configuration\ConfigurationElementCollection.cs (4)
212_lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; 227if (parentElement._lockedAllExceptAttributesList != null) 228_lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, 229parentElement._lockedAllExceptAttributesList, saveMode);