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