2 instantiations of ConfigXmlText
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
105
return new
ConfigXmlText
(_filename, LineNumber, text, this);
System\Configuration\ErrorInfoXmlDocument.cs (1)
98
return new
ConfigXmlText
(_filename, LineNumber, text, this);
2 references to ConfigXmlText
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlText.cs (2)
28
ConfigXmlText
clone = cloneNode as
ConfigXmlText
;