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