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; 78get { 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); 112if ((_lockType == ConfigurationLockCollectionType.LockedElements) || 113(_lockType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { 116_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); 122_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null);