1 instantiation of ConfigXmlText
System.Configuration (1)
System\Configuration\ErrorInfoXmlDocument.cs (1)
96
return new
ConfigXmlText
( _filename, LineNumber, text, this );
2 references to ConfigXmlText
System.Configuration (2)
System\Configuration\ConfigXmlText.cs (2)
31
ConfigXmlText
clone = cloneNode as
ConfigXmlText
;