1 write to _thisElement
System.Configuration (1)
System\Configuration\ConfigurationLockCollection.cs (1)
48_thisElement = thisElement;
11 references to _thisElement
System.Configuration (11)
System\Configuration\ConfigurationLockCollection.cs (11)
83if (((_thisElement.ItemLocked & ConfigurationValueFlags.Locked) != 0) && 84((_thisElement.ItemLocked & ConfigurationValueFlags.Inherited) != 0)) { 91ConfigurationProperty propToLock = _thisElement.Properties[attribToLockTrim]; 93ConfigurationElementCollection collection = _thisElement as ConfigurationElementCollection; 94if (collection == null && _thisElement.Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection 95collection = _thisElement[_thisElement.Properties.DefaultCollectionProperty] as ConfigurationElementCollection; 101_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); 104_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, collection.LockableElements); 116_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null); 122_thisElement.ReportInvalidLock(attribToLockTrim, _lockType, null, null);