2 types derived from XmlComment
System.Configuration.ConfigurationManager (1)
System\Configuration\ConfigXmlComment.cs (1)
9internal sealed class ConfigXmlComment : XmlComment, IConfigErrorInfo
System.Security.Cryptography.Xml (1)
System\Security\Cryptography\Xml\CanonicalXmlComment.cs (1)
10internal sealed class CanonicalXmlComment : XmlComment, ICanonicalizableNode
2 instantiations of XmlComment
System.Private.Xml (2)
System\Xml\Dom\XmlDocument.cs (1)
635return new XmlComment(data, this);
System\Xml\Dom\XmlLoader.cs (1)
542node = new XmlComment(_reader!.Value, _doc!);
15 references to XmlComment
Microsoft.Build (1)
ElementLocation\XmlDocumentWithLocation.cs (1)
299public override XmlComment CreateComment(string data)
Microsoft.Build.Tasks.Core (4)
ManifestUtil\TrustInfo.cs (2)
270commentString = ((XmlComment)previousNode).Data; 291XmlComment requestedPrivilegeComment = document.CreateComment(commentString);
ManifestUtil\XmlUtil.cs (2)
56XmlComment childComment = document.CreateComment(((XmlComment)node).Data);
netstandard (1)
netstandard.cs (1)
2460[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))]
System.Configuration.ConfigurationManager (2)
System\Configuration\ConfigXmlDocument.cs (1)
113public override XmlComment CreateComment(string data)
System\Configuration\ErrorInfoXmlDocument.cs (1)
106public override XmlComment CreateComment(string data)
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
805XmlComment? comment = null;
System.Private.Xml (1)
System\Xml\Dom\XmlDocument.cs (1)
633public virtual XmlComment CreateComment(string? data)
System.Security.Cryptography.Xml (2)
System\Security\Cryptography\Xml\CanonicalXmlDocument.cs (1)
99public override XmlComment CreateComment(string? data)
System\Security\Cryptography\Xml\Utils.cs (1)
276if (includeComments || (!(node1 is XmlComment)))
System.Xml (1)
System.Xml.cs (1)
195[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
123[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))]
System.Xml.XmlDocument (1)
System.Xml.XmlDocument.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.XmlComment))]