2 instantiations of ConfigXmlAttribute
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
95return new ConfigXmlAttribute(_filename, LineNumber, prefix, localName, namespaceUri, this);
System\Configuration\ErrorInfoXmlDocument.cs (1)
88return new ConfigXmlAttribute(_filename, LineNumber, prefix, localName, namespaceUri, this);
2 references to ConfigXmlAttribute
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlAttribute.cs (2)
29ConfigXmlAttribute clone = cloneNode as ConfigXmlAttribute;