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