9 references to IsReservedAttributeName
System.Configuration.ConfigurationManager (9)
System\Configuration\BaseConfigurationRecord.cs (1)
2435
if (
IsReservedAttributeName
(xmlUtil.Reader.Name))
System\Configuration\ConfigurationElementCollection.cs (7)
47
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
57
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
68
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
624
if (BaseConfigurationRecord.
IsReservedAttributeName
(ElementName))
1059
if (BaseConfigurationRecord.
IsReservedAttributeName
(ElementName))
1137
if (BaseConfigurationRecord.
IsReservedAttributeName
(elementName))
1149
if (BaseConfigurationRecord.
IsReservedAttributeName
(elementName))
System\Configuration\ConfigurationProperty.cs (1)
264
if (BaseConfigurationRecord.
IsReservedAttributeName
(name))