2 instantiations of ConfigXmlWhitespace
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
125return new ConfigXmlWhitespace(_filename, LineNumber, data, this);
System\Configuration\ErrorInfoXmlDocument.cs (1)
118return new ConfigXmlWhitespace(_filename, LineNumber, data, this);
2 references to ConfigXmlWhitespace
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlWhitespace.cs (2)
28ConfigXmlWhitespace clone = cloneNode as ConfigXmlWhitespace;