1 write to ElementTagName
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigurationElement.cs (1)
1400ElementTagName = reader.Name;
17 references to ElementTagName
System.Configuration.ConfigurationManager (17)
System\Configuration\ConfigurationElement.cs (12)
91public ConfigurationLockCollection LockAllAttributesExcept => _lockedAllExceptAttributesList ??= new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, ElementTagName); 95public ConfigurationLockCollection LockAllElementsExcept => _lockedAllExceptElementsList ??= new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName); 299collection.InternalElementTagName = source.ElementTagName; 319ConfigurationLockCollectionType.LockedElementsExceptionList, source.ElementTagName, 339if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) 577collection.InternalElementTagName = parentElement.ElementTagName; 591ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement.ElementTagName, 1377if (largeCollection.Contains(key) || (key == ElementTagName)) 1407(_lockedElementsList.Contains(LockAll) && (reader.Name != ElementTagName)))) || 1661ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName, newCollection); 1678if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) 1780throw new ConfigurationErrorsException(SR.Format(SR.Validator_element_not_valid, elem.ElementTagName,
System\Configuration\ElementInformation.cs (4)
44public string Source => _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName)?.FileName; 49public int LineNumber => _thisElement.Values.GetSourceInfo(_thisElement.ElementTagName)?.LineNumber ?? 0; 60return _thisElement.PropertyInfoInternal(_thisElement.ElementTagName); 65_thisElement.Values.ChangeSourceInfo(_thisElement.ElementTagName, sourceInformation);
System\Configuration\PropertyInformationCollection.cs (1)
16if (prop.Name != thisElement1.ElementTagName)