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