1 write to _elementTagName
System.Configuration (1)
System\Configuration\ConfigurationElement.cs (1)
1444
_elementTagName
= reader.Name;
7 references to _elementTagName
System.Configuration (7)
System\Configuration\ConfigurationElement.cs (7)
131
return
_elementTagName
;
214
_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, source.
_elementTagName
, source._lockedAllExceptElementsList);
297
_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList,
_elementTagName
);
315
_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList,
_elementTagName
);
550
_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement.
_elementTagName
, parentElement._lockedAllExceptElementsList);
1644
_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList,
_elementTagName
, newCollection);
1754
throw new ConfigurationErrorsException(SR.GetString(SR.Validator_element_not_valid, elem.
_elementTagName
, ex.Message));