1 write to _thisElement
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationLockCollection.cs (1)
35_thisElement = thisElement;
11 references to _thisElement
System.Configuration.ConfigurationManager (11)
System\Configuration\ConfigurationLockCollection.cs (11)
127if (((_thisElement.ItemLocked & ConfigurationValueFlags.Locked) != 0) && 128((_thisElement.ItemLocked & ConfigurationValueFlags.Inherited) != 0)) 134ConfigurationProperty propToLock = _thisElement.Properties[attribToLockTrim]; 137ConfigurationElementCollection collection = _thisElement as ConfigurationElementCollection; 138if ((collection == null) && (_thisElement.Properties.DefaultCollectionProperty != null)) 142_thisElement[_thisElement.Properties.DefaultCollectionProperty] as 150_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, null); 154_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, collection.LockableElements); 173_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, null); 179_thisElement.ReportInvalidLock(attribToLockTrim, LockType, null, null);