9 references to IsReservedAttributeName
System.Configuration (9)
System\Configuration\BaseConfigurationRecord.cs (1)
3014if (IsReservedAttributeName(xmlUtil.Reader.Name)) {
System\Configuration\ConfigurationElementCollection.cs (7)
66if (BaseConfigurationRecord.IsReservedAttributeName(value)) { 77if (BaseConfigurationRecord.IsReservedAttributeName(value)) { 89if (BaseConfigurationRecord.IsReservedAttributeName(value)) { 590if (BaseConfigurationRecord.IsReservedAttributeName(ElementName)) { 1042if (BaseConfigurationRecord.IsReservedAttributeName(ElementName)) { 1114if (BaseConfigurationRecord.IsReservedAttributeName(elementName)) { 1125if (BaseConfigurationRecord.IsReservedAttributeName(elementName)) {
System\Configuration\ConfigurationProperty.cs (1)
210if (BaseConfigurationRecord.IsReservedAttributeName(name)) {