1 instantiation of ConfigXmlAttribute
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
90
return new
ConfigXmlAttribute
( _filename, LineNumber, prefix, localName, namespaceUri, this );
2 references to ConfigXmlAttribute
System.Configuration (2)
System\Configuration\ConfigXmlAttribute.cs (2)
31
ConfigXmlAttribute
clone = cloneNode as
ConfigXmlAttribute
;