4 references to XmlComment
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlComment.cs (1)
15
:
base
(comment, doc)
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
635
return new
XmlComment
(data, this);
System\Xml\Dom\XmlLoader.cs (1)
542
node = new
XmlComment
(_reader!.Value, _doc!);
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (1)
16
:
base
(comment, doc)