1 write to LockType
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationLockCollection.cs (1)
36LockType = lockType;
12 references to LockType
System.Configuration.ConfigurationManager (12)
System\Configuration\ConfigurationElement.cs (2)
1886sourceLockList.LockType); 1896sourceLockList.LockType);
System\Configuration\ConfigurationLockCollection.cs (10)
41ExceptionList = (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); 168if ((LockType == ConfigurationLockCollectionType.LockedElements) || 169(LockType == ConfigurationLockCollectionType.LockedElementsExceptionList)) 173_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, null); 179_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, null);