3 references to XmlComment
System.Configuration (1)
System\Configuration\ConfigXmlComment.cs (1)
19: base( comment, doc ) {
System.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
515return new XmlComment( data, this );
System\Xml\Dom\XmlLoader.cs (1)
478node = new XmlComment( reader.Value, this.doc );