9 references to IsReservedAttributeName
System.Configuration.ConfigurationManager (9)
System\Configuration\BaseConfigurationRecord.cs (1)
2439
if (
IsReservedAttributeName
(xmlUtil.Reader.Name))
System\Configuration\ConfigurationElementCollection.cs (7)
50
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
60
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
71
if (BaseConfigurationRecord.
IsReservedAttributeName
(value))
627
if (BaseConfigurationRecord.
IsReservedAttributeName
(ElementName))
1062
if (BaseConfigurationRecord.
IsReservedAttributeName
(ElementName))
1140
if (BaseConfigurationRecord.
IsReservedAttributeName
(elementName))
1152
if (BaseConfigurationRecord.
IsReservedAttributeName
(elementName))
System\Configuration\ConfigurationProperty.cs (1)
268
if (BaseConfigurationRecord.
IsReservedAttributeName
(name))