1 write to ExceptionList
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationLockCollection.cs (1)
41ExceptionList = (LockType == ConfigurationLockCollectionType.LockedExceptionList) ||
7 references to ExceptionList
System.Configuration.ConfigurationManager (7)
System\Configuration\ConfigurationElement.cs (1)
1879if (sourceLockList.ExceptionList == false)
System\Configuration\ConfigurationLockCollection.cs (6)
50if (!ExceptionList) continue; 90if (ExceptionList && (_internalDictionary.Count == 0) && !string.IsNullOrEmpty(_seedList)) 215if (!ExceptionList) 257if ((ExceptionList == false) && 282|| ExceptionList) 307if (ExceptionList && name.Equals(_ignoreName)) return true;