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