1 write to LockType
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationLockCollection.cs (1)
36
LockType
= lockType;
12 references to LockType
System.Configuration.ConfigurationManager (12)
System\Configuration\ConfigurationElement.cs (2)
1886
sourceLockList.
LockType
);
1896
sourceLockList.
LockType
);
System\Configuration\ConfigurationLockCollection.cs (10)
41
ExceptionList = (
LockType
== ConfigurationLockCollectionType.LockedExceptionList) ||
42
(
LockType
== ConfigurationLockCollectionType.LockedElementsExceptionList);
147
(
LockType
== ConfigurationLockCollectionType.LockedAttributes) ||
149
(
LockType
== ConfigurationLockCollectionType.LockedExceptionList))
150
_thisElement.ReportInvalidLock(attribToLockTrim,
LockType
, null, null);
154
_thisElement.ReportInvalidLock(attribToLockTrim,
LockType
, null, collection.LockableElements);
168
if ((
LockType
== ConfigurationLockCollectionType.LockedElements) ||
169
(
LockType
== ConfigurationLockCollectionType.LockedElementsExceptionList))
173
_thisElement.ReportInvalidLock(attribToLockTrim,
LockType
, null, null);
179
_thisElement.ReportInvalidLock(attribToLockTrim,
LockType
, null, null);