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