2 references to AppendComment
System.Configuration.ConfigurationManager (2)
System\Configuration\XmlUtil.cs (2)
629
if (nodeType == XmlNodeType.Comment) utilWriter.
AppendComment
(Reader.Value);
1037
utilWriter.
AppendComment
(reader.Value);