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