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