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