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)
127
if (((
_thisElement
.ItemLocked & ConfigurationValueFlags.Locked) != 0) &&
128
((
_thisElement
.ItemLocked & ConfigurationValueFlags.Inherited) != 0))
134
ConfigurationProperty propToLock =
_thisElement
.Properties[attribToLockTrim];
137
ConfigurationElementCollection collection =
_thisElement
as ConfigurationElementCollection;
138
if ((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);