6 references to Comment
System.Private.Xml (6)
System\Xml\Xsl\Runtime\XmlQueryRuntime.cs (1)
773case XPathNodeType.Comment: return code == XmlTypeCode.Comment;
System\Xml\Xsl\XmlQueryTypeFactory.cs (5)
201public static readonly XmlQueryType Comment = TF.Type(XmlTypeCode.Comment, false); 311/* XPathNodeType.Comment */ XmlTypeCode.Comment, 381case XmlTypeCode.Comment: 524XmlTypeCode.Comment => XmlNodeKindFlags.Comment, 799/* Comment */ XmlTypeCode.Comment,