1 write to _lockType
System.Configuration (1)
System\Configuration\ConfigurationLockCollection.cs (1)
49
_lockType
= lockType;
11 references to _lockType
System.Configuration (11)
System\Configuration\ConfigurationLockCollection.cs (11)
54
_bExceptionList =
_lockType
== ConfigurationLockCollectionType.LockedExceptionList ||
55
_lockType
== ConfigurationLockCollectionType.LockedElementsExceptionList;
78
get { return
_lockType
; }
99
_lockType
== ConfigurationLockCollectionType.LockedAttributes || // If the collection type is not element then the lock is bogus
100
_lockType
== ConfigurationLockCollectionType.LockedExceptionList) {
101
_thisElement.ReportInvalidLock(attribToLockTrim,
_lockType
, null, null);
104
_thisElement.ReportInvalidLock(attribToLockTrim,
_lockType
, null, collection.LockableElements);
112
if ((
_lockType
== ConfigurationLockCollectionType.LockedElements) ||
113
(
_lockType
== ConfigurationLockCollectionType.LockedElementsExceptionList)) {
116
_thisElement.ReportInvalidLock(attribToLockTrim,
_lockType
, null, null);
122
_thisElement.ReportInvalidLock(attribToLockTrim,
_lockType
, null, null);