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